Dispatch packets immediately

This commit is contained in:
Sotr
2019-03-20 15:34:58 +08:00
parent d3a48c560b
commit 1f6332e3d4
4 changed files with 24 additions and 0 deletions

View File

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