Add translation + fix spelling for mojang servers down

This commit is contained in:
md_5
2013-06-11 10:29:19 +10:00
parent f0d4e8c24a
commit 3c1a5aabfd
2 changed files with 2 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
@Override
public void onThrowable(Throwable t)
{
disconnect( "Error occured while contacting login servers, are they down?" );
disconnect( bungee.getTranslation( "mojang_fail" ) );
bungee.getLogger().log( Level.SEVERE, "Error authenticating " + getName() + " with minecraft.net", t );
}
} );