mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 05:25:42 +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) {
|
public void a(Packet packet) {
|
||||||
|
if (this.disconnected) return; // CraftBukkit
|
||||||
a.warning(this.getClass() + " wasn\'t prepared to deal with a " + packet.getClass());
|
a.warning(this.getClass() + " wasn\'t prepared to deal with a " + packet.getClass());
|
||||||
this.disconnect("Protocol error, unexpected packet");
|
this.disconnect("Protocol error, unexpected packet");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user