diff --git a/src/pocketmine/network/mcpe/protocol/SetEntityMotionPacket.php b/src/pocketmine/network/mcpe/protocol/SetEntityMotionPacket.php index 7f4a863c6..451483893 100644 --- a/src/pocketmine/network/mcpe/protocol/SetEntityMotionPacket.php +++ b/src/pocketmine/network/mcpe/protocol/SetEntityMotionPacket.php @@ -29,7 +29,10 @@ namespace pocketmine\network\mcpe\protocol; use pocketmine\math\Vector3; use pocketmine\network\mcpe\handler\SessionHandler; -class SetEntityMotionPacket extends DataPacket implements ClientboundPacket{ +/** + * TODO: This packet is (erroneously) sent to the server when the client is riding a vehicle. + */ +class SetEntityMotionPacket extends DataPacket implements ClientboundPacket, GarbageServerboundPacket{ public const NETWORK_ID = ProtocolInfo::SET_ENTITY_MOTION_PACKET; /** @var int */