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" ); }