[Client] Ensure that LocalPlayer's isWerewolf starts out false

pull/311/head
David Cernat 7 years ago
parent ccb15cc09e
commit 8c9d6a0160

@ -62,6 +62,8 @@ LocalPlayer::LocalPlayer()
jailProgressText = "";
jailEndText = "";
isWerewolf = false;
diedSinceArrestAttempt = false;
}

Loading…
Cancel
Save