mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Silence PlayerFallPacket unhandled spam
we're not using this packet
This commit is contained in:
@ -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{
|
||||||
|
Reference in New Issue
Block a user