From bd0a9942259101cb39f4ab56393dcd0daeaa2b66 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 19 Jun 2022 11:29:02 -0500 Subject: [PATCH] Add PM to client data class --- scripts/server/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/client.js b/scripts/server/client.js index 271c89c2..a310cdbd 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -129,6 +129,7 @@ class ClientData { this.alcoholLevel = 0; this.pedState = VRR_PEDSTATE_NONE; this.promptType = VRR_PROMPT_NONE; + this.privateMessageReplyTo = null; this.inPaintBall = false; this.paintBallBusiness = -1;