Close #365 - prettier error when mc.net is down
This commit is contained in:
parent
45a93c8cfc
commit
d11e130d61
@ -200,7 +200,8 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
|||||||
@Override
|
@Override
|
||||||
public void onThrowable(Throwable t)
|
public void onThrowable(Throwable t)
|
||||||
{
|
{
|
||||||
disconnect( "Error occured while contacting login servers, are they down?" + Util.exception( t ) );
|
disconnect( "Error occured while contacting login servers, are they down?" );
|
||||||
|
bungee.getLogger().log( Level.SEVERE, "Error authenticating " + getName() + " with minecraft.net", t );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user