Add prompt value to player data

This commit is contained in:
Vortrex
2023-03-07 20:54:23 -06:00
parent 9ab6bf2700
commit 242210bc9d

View File

@@ -130,6 +130,7 @@ class ClientData {
this.alcoholLevel = 0; this.alcoholLevel = 0;
this.pedState = V_PEDSTATE_NONE; this.pedState = V_PEDSTATE_NONE;
this.promptType = V_PROMPT_NONE; this.promptType = V_PROMPT_NONE;
this.promptValue = 0;
this.privateMessageReplyTo = null; this.privateMessageReplyTo = null;
this.enteringExitingProperty = null; this.enteringExitingProperty = null;
this.inProperty = null; this.inProperty = null;