1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-31 00:36:42 +00:00

[General] Include actor refIds in ActorDeath packets

This commit is contained in:
David Cernat 2019-11-27 11:18:08 +02:00
parent 8da6a7fd9b
commit b352983348

View file

@ -11,6 +11,8 @@ PacketActorDeath::PacketActorDeath(RakNet::RakPeerInterface *peer) : ActorPacket
void PacketActorDeath::Actor(BaseActor &actor, bool send)
{
RW(actor.refId, send);
RW(actor.killer.isPlayer, send);
if (actor.killer.isPlayer)