Fine, kick as usual
This commit is contained in:
parent
92a212c8c8
commit
3cff9eff24
@ -511,7 +511,8 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0xFF:
|
case 0xFF:
|
||||||
throw new KickException( new PacketFFKick( packet ).message );
|
disconnect(new PacketFFKick( packet ).message );
|
||||||
|
break outer;
|
||||||
}
|
}
|
||||||
|
|
||||||
while ( !packetQueue.isEmpty() )
|
while ( !packetQueue.isEmpty() )
|
||||||
|
Loading…
Reference in New Issue
Block a user