Dispatch open window packets immediately
This commit is contained in:
@@ -53,4 +53,10 @@ public class PacketPlayOutOpenWindow implements Packet<PacketListenerPlayOut> {
|
||||
}
|
||||
|
||||
}
|
||||
// Akarin start
|
||||
@Override
|
||||
public boolean canDispatchImmediately() {
|
||||
return true;
|
||||
}
|
||||
// Akarin end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user