forked from mirror/openmw-tes3mp
[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