Fine, kick as usual

This commit is contained in:
md_5 2013-02-21 18:18:46 +11:00
parent 92a212c8c8
commit 3cff9eff24

View File

@ -511,7 +511,8 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
}
break;
case 0xFF:
throw new KickException( new PacketFFKick( packet ).message );
disconnect(new PacketFFKick( packet ).message );
break outer;
}
while ( !packetQueue.isEmpty() )