More translations!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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 ) );
|
||||
|
Reference in New Issue
Block a user