diff --git a/scripts/server/client.js b/scripts/server/client.js index ca40160f..271c89c2 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -129,6 +129,11 @@ class ClientData { this.alcoholLevel = 0; this.pedState = VRR_PEDSTATE_NONE; this.promptType = VRR_PROMPT_NONE; + + this.inPaintBall = false; + this.paintBallBusiness = -1; + this.paintBallDeaths = 0; + this.paintBallKills = 0; } };