CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
310 stars 96 forks source link

Add FLAG_FORCE_MOVE_LOCAL_ENTITY to MoveEntityAbsolutePacket #201

Closed BrandPVP closed 1 year ago

BrandPVP commented 1 year ago

Please, add FLAG_FORCE_MOVE_LOCAL_ENTITY to the MoveEntityAbsolutePacket Here https://github.com/CloudburstMC/Protocol/blob/e56c90e45c66685a5ad2e66aca181e702330e80f/bedrock-codec/src/main/java/org/cloudburstmc/protocol/bedrock/packet/MoveEntityAbsolutePacket.java#L17

From pocketmine https://github.com/pmmp/BedrockProtocol/blob/99c1bb4a9139e17aef4c5ebd1459dcf482e6ea88/src/MoveActorAbsolutePacket.php#L25

Alemiz112 commented 1 year ago

Should be fixed in https://github.com/CloudburstMC/Protocol/commit/c690dedc9dda3bf191643e47823d8fdf8138f98a.