mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-23 18:55:22 +01:00
This commit is contained in:
parent
2bacf6572b
commit
672db9fe47
@ -138,7 +138,7 @@ public class ServerConnector extends PacketHandler
|
||||
{
|
||||
user.getPendingConnects().remove( target );
|
||||
|
||||
if ( !obsolete && user.getPendingConnects().isEmpty() && thisState == State.LOGIN_SUCCESS )
|
||||
if ( user.getServer() == null && !obsolete && user.getPendingConnects().isEmpty() && thisState == State.LOGIN_SUCCESS )
|
||||
{
|
||||
// this is called if we get disconnected but not have received any response after we send the handshake
|
||||
// in this case probably an exception was thrown because the handshake could not be read correctly
|
||||
|
Loading…
Reference in New Issue
Block a user