mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
SetEntityMotionPacket: Mark as garbage serverbound
This commit is contained in:
parent
b344427a30
commit
c45c1c930e
@ -29,7 +29,10 @@ namespace pocketmine\network\mcpe\protocol;
|
|||||||
use pocketmine\math\Vector3;
|
use pocketmine\math\Vector3;
|
||||||
use pocketmine\network\mcpe\handler\SessionHandler;
|
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;
|
public const NETWORK_ID = ProtocolInfo::SET_ENTITY_MOTION_PACKET;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user