mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-24 07:49:29 +01:00
Signed-off-by: MiniDigger | Martin <admin@minidigger.dev>
This commit is contained in:
parent
7a84defae4
commit
6c95759a00
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ return networkManager.isPending || networkManager.protocol != EnumProtocol.PLAY ||
|
+ return networkManager.isPending || networkManager.protocol != EnumProtocol.PLAY ||
|
||||||
+ packet instanceof PacketPlayOutKeepAlive ||
|
+ packet instanceof PacketPlayOutKeepAlive ||
|
||||||
+ packet instanceof PacketPlayOutChat ||
|
+ packet instanceof PacketPlayOutChat ||
|
||||||
+ packet instanceof PacketPlayOutTabComplete;
|
+ packet instanceof PacketPlayOutTabComplete ||
|
||||||
|
+ packet instanceof PacketPlayOutTitle ||
|
||||||
|
+ packet instanceof PacketPlayOutBoss;
|
||||||
+ }
|
+ }
|
||||||
+ // Paper end
|
+ // Paper end
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Add table
Reference in a new issue