mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-14 05:51:42 +00:00
[Client] Ensure that LocalPlayer's isWerewolf starts out false
This commit is contained in:
parent
ccb15cc09e
commit
8c9d6a0160
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ LocalPlayer::LocalPlayer()
|
|||
jailProgressText = "";
|
||||
jailEndText = "";
|
||||
|
||||
isWerewolf = false;
|
||||
|
||||
diedSinceArrestAttempt = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue