mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Silence PlayerFallPacket unhandled spam
we're not using this packet
This commit is contained in:
parent
adbb53929e
commit
4a9acf564c
@ -2763,7 +2763,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function handlePlayerFall(PlayerFallPacket $packet) : bool{
|
public function handlePlayerFall(PlayerFallPacket $packet) : bool{
|
||||||
return false;
|
return true; //not used
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handleHurtArmor(HurtArmorPacket $packet) : bool{
|
public function handleHurtArmor(HurtArmorPacket $packet) : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user