mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
Disconnected means disconnected.
This commit is contained in:
parent
066a95769c
commit
8b21a0eeef
@ -657,6 +657,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
}
|
||||
|
||||
public void a(Packet packet) {
|
||||
if (this.disconnected) return; // CraftBukkit
|
||||
a.warning(this.getClass() + " wasn\'t prepared to deal with a " + packet.getClass());
|
||||
this.disconnect("Protocol error, unexpected packet");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user