mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Signed-off-by: MiniDigger | Martin <admin@minidigger.dev>
This commit is contained in:
@@ -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
|
||||||
+ }
|
+ }
|
||||||
|
Reference in New Issue
Block a user