mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-09 11:31:49 +00:00
PlayerActionPacket: added missing constant
This commit is contained in:
parent
c4ea51f985
commit
dcca000ead
@ -49,7 +49,7 @@ class PlayerActionPacket extends DataPacket{
|
|||||||
public const ACTION_STOP_GLIDE = 16;
|
public const ACTION_STOP_GLIDE = 16;
|
||||||
public const ACTION_BUILD_DENIED = 17;
|
public const ACTION_BUILD_DENIED = 17;
|
||||||
public const ACTION_CONTINUE_BREAK = 18;
|
public const ACTION_CONTINUE_BREAK = 18;
|
||||||
|
public const ACTION_CHANGE_SKIN = 19;
|
||||||
public const ACTION_SET_ENCHANTMENT_SEED = 20;
|
public const ACTION_SET_ENCHANTMENT_SEED = 20;
|
||||||
public const ACTION_START_SWIMMING = 21;
|
public const ACTION_START_SWIMMING = 21;
|
||||||
public const ACTION_STOP_SWIMMING = 22;
|
public const ACTION_STOP_SWIMMING = 22;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user