More translations!

This commit is contained in:
md_5
2013-08-05 17:29:19 +10:00
parent b64a7be19b
commit f083e27649
3 changed files with 4 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ public final class UserConnection implements ProxiedPlayer
}
if ( pendingConnects.contains( target ) )
{
sendMessage( ChatColor.RED + "Already connecting to this server!" );
sendMessage( bungee.getTranslation( "already_connecting" ) );
return;
}

View File

@@ -50,7 +50,7 @@ public class DownstreamBridge extends PacketHandler
{
server.setObsolete( true );
con.connectNow( def );
con.sendMessage( ChatColor.RED + "The server you were previously on went down, you have been connected to the lobby" );
con.sendMessage( bungee.getTranslation( "server_went_down" ) );
} else
{
con.disconnect( Util.exception( t ) );