mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +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{
|
||||
return false;
|
||||
return true; //not used
|
||||
}
|
||||
|
||||
public function handleHurtArmor(HurtArmorPacket $packet) : bool{
|
||||
|
Reference in New Issue
Block a user