mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -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 = "";
|
||||
jailEndText = "";
|
||||
|
||||
isWerewolf = false;
|
||||
|
||||
diedSinceArrestAttempt = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user