Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
}
Expand Down