1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 03:45:32 +00:00

[General] Move bracket to the right position

This commit is contained in:
Koncord 2017-06-15 13:05:47 +08:00
parent 3803535bd5
commit 6192543381

View file

@ -19,8 +19,8 @@ void PacketPlayerBaseInfo::Packet(RakNet::BitStream *bs, bool send)
RW(player->npc.mName, send, 1);
RW(player->npc.mModel, send, 1);
RW(player->npc.mRace, send, 1);
RW(player->npc.mHair, send), 1;
RW(player->npc.mHead, send), 1;
RW(player->npc.mHair, send, 1);
RW(player->npc.mHead, send, 1);
RW(player->npc.mFlags, send);