mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04:00
[General] Use only direction.pos in ActorPosition, as advised by Koncord
This commit is contained in:
parent
0cce9908be
commit
c211d53190
@ -31,7 +31,7 @@ void PacketActorPosition::Packet(RakNet::BitStream *bs, bool send)
|
|||||||
RW(actor.mpNum, send);
|
RW(actor.mpNum, send);
|
||||||
|
|
||||||
RW(actor.position, send, 1);
|
RW(actor.position, send, 1);
|
||||||
RW(actor.direction, send, 1);
|
RW(actor.direction.pos, send, 1);
|
||||||
|
|
||||||
actor.hasPositionData = true;
|
actor.hasPositionData = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user