Dispatch close window packets immediately
This commit is contained in:
@@ -23,4 +23,10 @@ public class PacketPlayOutCloseWindow implements Packet<PacketListenerPlayOut> {
|
||||
public void b(PacketDataSerializer packetdataserializer) throws IOException {
|
||||
packetdataserializer.writeByte(this.a);
|
||||
}
|
||||
// Akarin start
|
||||
@Override
|
||||
public boolean canDispatchImmediately() {
|
||||
return true;
|
||||
}
|
||||
// Akarin end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user