mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Client] Use initial values for LocalPlayer and LocalActor killers
This commit is contained in:
parent
3e52857e2b
commit
17c234d9ca
@ -36,6 +36,10 @@ LocalActor::LocalActor()
|
|||||||
attack.shouldSend = false;
|
attack.shouldSend = false;
|
||||||
attack.instant = false;
|
attack.instant = false;
|
||||||
|
|
||||||
|
killer.isPlayer = false;
|
||||||
|
killer.refId = "";
|
||||||
|
killer.name = "";
|
||||||
|
|
||||||
creatureStats.mDead = false;
|
creatureStats.mDead = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,6 +61,10 @@ LocalPlayer::LocalPlayer()
|
|||||||
|
|
||||||
attack.shouldSend = false;
|
attack.shouldSend = false;
|
||||||
|
|
||||||
|
killer.isPlayer = false;
|
||||||
|
killer.refId = "";
|
||||||
|
killer.name = "";
|
||||||
|
|
||||||
isChangingRegion = false;
|
isChangingRegion = false;
|
||||||
|
|
||||||
jailProgressText = "";
|
jailProgressText = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user