mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
[General] Get rid direction.rot again
This commit is contained in:
parent
5f30dfd5db
commit
3905e0dae9
@ -20,5 +20,5 @@ void PacketPlayerPosition::Packet(RakNet::BitStream *bs, bool send)
|
||||
PlayerPacket::Packet(bs, send);
|
||||
|
||||
RW(player->position, send, 1);
|
||||
RW(player->direction, send, 1);
|
||||
RW(player->direction.pos, send, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user