Silence another stupid spam bug

This commit is contained in:
Dylan K. Taylor
2018-04-11 10:45:13 +01:00
parent 8b15d85469
commit fe8102c062
2 changed files with 7 additions and 0 deletions

View File

@ -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;