mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
added new PlayerActionPacket constant, silence debug noise every time a player clicks a block
This commit is contained in:
@ -56,6 +56,7 @@ class PlayerActionPacket extends DataPacket{
|
||||
public const ACTION_STOP_SWIMMING = 22;
|
||||
public const ACTION_START_SPIN_ATTACK = 23;
|
||||
public const ACTION_STOP_SPIN_ATTACK = 24;
|
||||
public const ACTION_INTERACT_BLOCK = 25;
|
||||
|
||||
/** @var int */
|
||||
public $entityRuntimeId;
|
||||
|
Reference in New Issue
Block a user