MoveActorAbsolutePacket: added missing flag

This commit is contained in:
Dylan K. Taylor 2020-05-20 13:39:56 +01:00
parent b75758e35e
commit 8202bb1cd8

View File

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