Add paintball data to client data class

This commit is contained in:
Vortrex
2022-06-17 13:07:45 -05:00
parent 70a1520f56
commit 78005a7d17

View File

@@ -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;
}
};