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:
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
|
// 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])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue