mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
[Server] Set guid of baseEvent, previously done in a constructor before 7065569f9b6b96f1319dfea13fe3fdaeeb295222
This commit is contained in:
parent
c63be981d2
commit
7917badedf
@ -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…
x
Reference in New Issue
Block a user