From 6e5421a73edb7025056109d90593ea029dafee97 Mon Sep 17 00:00:00 2001 From: rtainc Date: Wed, 24 Sep 2014 16:37:17 -0400 Subject: [PATCH] This will forever annoy me, so... --- .../slashserver/SlashServerReloadCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/minecraftdimensions/slashserver/SlashServerReloadCommand.java b/src/main/java/com/minecraftdimensions/slashserver/SlashServerReloadCommand.java index caf1040..e39b4bd 100644 --- a/src/main/java/com/minecraftdimensions/slashserver/SlashServerReloadCommand.java +++ b/src/main/java/com/minecraftdimensions/slashserver/SlashServerReloadCommand.java @@ -27,7 +27,7 @@ public void execute( CommandSender sender, String[] args ) { SlashServer.time.put( data, SlashServer.c.getInt( data, 0 ) ); } SlashServer.ALREADY_ON_SERVER = SlashServer.color(SlashServer.c.getString( "ALREADY_ON_SERVER", "&cYou are already on that server!" )); - SlashServer.TELEPORTING = SlashServer.color(SlashServer.c.getString( "TELEPORTING", "&2Teleporting your to the server {name}" )); + SlashServer.TELEPORTING = SlashServer.color(SlashServer.c.getString( "TELEPORTING", "&2Teleporting you to the server {name}" )); SlashServer.ALREADY_TELEPORTING = SlashServer.color(SlashServer.c.getString( "ALREADY_TELEPORTING", "&cAlready teleporting you to a server" )); sender.sendMessage( "Config reloaded" ); }