No space for lost connection translation

This commit is contained in:
md_5 2013-05-25 16:50:39 +10:00
parent ac4bab2425
commit 122987dd83

View File

@ -64,7 +64,7 @@ public class DownstreamBridge extends PacketHandler
if ( !server.isObsolete() )
{
con.disconnect( bungee.getTranslation( "lost_connection " ) );
con.disconnect( bungee.getTranslation( "lost_connection" ) );
}
}