Dispatch open window packets immediately

This commit is contained in:
Sotr
2019-03-20 15:29:59 +08:00
parent ae4bf0a3b8
commit dc016ecd7c

View File

@@ -53,4 +53,10 @@ public class PacketPlayOutOpenWindow implements Packet<PacketListenerPlayOut> {
}
}
// Akarin start
@Override
public boolean canDispatchImmediately() {
return true;
}
// Akarin end
}