forked from mirror/openmw-tes3mp
[General] Get rid direction.rot again
This commit is contained in:
parent
5f30dfd5db
commit
3905e0dae9
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ void PacketPlayerPosition::Packet(RakNet::BitStream *bs, bool send)
|
||||||
PlayerPacket::Packet(bs, send);
|
PlayerPacket::Packet(bs, send);
|
||||||
|
|
||||||
RW(player->position, send, 1);
|
RW(player->position, send, 1);
|
||||||
RW(player->direction, send, 1);
|
RW(player->direction.pos, send, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue