Use translation - closes #578

This commit is contained in:
md_5
2013-09-09 14:58:56 +10:00
parent 9c9657e36d
commit ffdb917f2c
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ public final class UserConnection implements ProxiedPlayer
if ( getServer() != null && Objects.equals( getServer().getInfo(), target ) )
{
sendMessage( ChatColor.RED + "Cannot connect to server you are already on!" );
sendMessage( bungee.getTranslation( "already_connected" ) );
return;
}
if ( pendingConnects.contains( target ) )