mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
[Client] Ensure that LocalPlayer's isWerewolf starts out false
This commit is contained in:
parent
ccb15cc09e
commit
8c9d6a0160
@ -62,6 +62,8 @@ LocalPlayer::LocalPlayer()
|
|||||||
jailProgressText = "";
|
jailProgressText = "";
|
||||||
jailEndText = "";
|
jailEndText = "";
|
||||||
|
|
||||||
|
isWerewolf = false;
|
||||||
|
|
||||||
diedSinceArrestAttempt = false;
|
diedSinceArrestAttempt = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user