mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Silence another stupid spam bug
This commit is contained in:
@ -52,6 +52,8 @@ class PlayerActionPacket extends DataPacket{
|
||||
public const ACTION_CONTINUE_BREAK = 18;
|
||||
|
||||
public const ACTION_SET_ENCHANTMENT_SEED = 20;
|
||||
public const ACTION_START_SWIMMING = 21;
|
||||
public const ACTION_STOP_SWIMMING = 22;
|
||||
|
||||
/** @var int */
|
||||
public $entityRuntimeId;
|
||||
|
Reference in New Issue
Block a user