forked from mirror/openmw-tes3mp
[Server] Set guid of baseEvent, previously done in a constructor before 7065569f9b
This commit is contained in:
parent
c63be981d2
commit
7917badedf
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ void Networking::processWorldPacket(RakNet::Packet *packet)
|
|||
// Clear our baseEvent before loading new data in it
|
||||
baseEvent.cell.blank();
|
||||
baseEvent.objectChanges.objects.clear();
|
||||
baseEvent.guid = packet->guid;
|
||||
|
||||
switch (packet->data[0])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue