Add PM to client data class

This commit is contained in:
Vortrex
2022-06-19 11:29:02 -05:00
parent 3ea19927a5
commit bd0a994225

View File

@@ -129,6 +129,7 @@ class ClientData {
this.alcoholLevel = 0; this.alcoholLevel = 0;
this.pedState = VRR_PEDSTATE_NONE; this.pedState = VRR_PEDSTATE_NONE;
this.promptType = VRR_PROMPT_NONE; this.promptType = VRR_PROMPT_NONE;
this.privateMessageReplyTo = null;
this.inPaintBall = false; this.inPaintBall = false;
this.paintBallBusiness = -1; this.paintBallBusiness = -1;