Merge commit '8202bb1cd'

# Conflicts:
#	resources/vanilla
This commit is contained in:
Dylan K. Taylor 2020-05-20 20:14:01 +01:00
commit d2ee2d42f9

View File

@ -33,6 +33,7 @@ class MoveActorAbsolutePacket extends DataPacket implements ClientboundPacket, S
public const FLAG_GROUND = 0x01;
public const FLAG_TELEPORT = 0x02;
public const FLAG_FORCE_MOVE_LOCAL_ENTITY = 0x04;
/** @var int */
public $entityRuntimeId;