1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

[Server] Set guid of baseEvent, previously done in a constructor before 7065569f9b

This commit is contained in:
David Cernat 2017-02-25 17:37:44 +02:00
parent c63be981d2
commit 7917badedf

View file

@ -474,6 +474,7 @@ void Networking::processWorldPacket(RakNet::Packet *packet)
// Clear our baseEvent before loading new data in it // Clear our baseEvent before loading new data in it
baseEvent.cell.blank(); baseEvent.cell.blank();
baseEvent.objectChanges.objects.clear(); baseEvent.objectChanges.objects.clear();
baseEvent.guid = packet->guid;
switch (packet->data[0]) switch (packet->data[0])
{ {