mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +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 ||
|
||||
+ packet instanceof PacketPlayOutKeepAlive ||
|
||||
+ packet instanceof PacketPlayOutChat ||
|
||||
+ packet instanceof PacketPlayOutTabComplete;
|
||||
+ packet instanceof PacketPlayOutTabComplete ||
|
||||
+ packet instanceof PacketPlayOutTitle ||
|
||||
+ packet instanceof PacketPlayOutBoss;
|
||||
+ }
|
||||
+ // Paper end
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue