mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
[General] Slightly reorder variables in ID_OBJECT_PLACE
This commit is contained in:
parent
aa1549606f
commit
941d6269c1
@ -35,8 +35,8 @@ void PacketObjectPlace::Packet(RakNet::BitStream *bs, BaseEvent *event, bool sen
|
||||
|
||||
RW(worldObject.refId, send);
|
||||
RW(worldObject.refNumIndex, send);
|
||||
RW(worldObject.charge, send);
|
||||
RW(worldObject.count, send);
|
||||
RW(worldObject.charge, send);
|
||||
RW(worldObject.goldValue, send);
|
||||
RW(worldObject.pos, send);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user