Let some more packets be send immediately, closes #4140 (#4896)

Signed-off-by: MiniDigger | Martin <admin@minidigger.dev>
This commit is contained in:
MiniDigger | Martin 2020-12-16 23:16:03 +01:00
parent 7a84defae4
commit 6c95759a00

View file

@ -87,7 +87,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ return networkManager.isPending || networkManager.protocol != EnumProtocol.PLAY ||
+ packet instanceof PacketPlayOutKeepAlive ||
+ packet instanceof PacketPlayOutChat ||
+ packet instanceof PacketPlayOutTabComplete;
+ packet instanceof PacketPlayOutTabComplete ||
+ packet instanceof PacketPlayOutTitle ||
+ packet instanceof PacketPlayOutBoss;
+ }
+ // Paper end
+ }