mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
MoveActorAbsolutePacket: added missing flag
This commit is contained in:
parent
b75758e35e
commit
8202bb1cd8
@ -33,6 +33,7 @@ class MoveActorAbsolutePacket extends DataPacket{
|
||||
|
||||
public const FLAG_GROUND = 0x01;
|
||||
public const FLAG_TELEPORT = 0x02;
|
||||
public const FLAG_FORCE_MOVE_LOCAL_ENTITY = 0x04;
|
||||
|
||||
/** @var int */
|
||||
public $entityRuntimeId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user