From beec73daed2504aa69b93775e91dc5b10ca75af3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:15:31 -0500 Subject: [PATCH] Comment --- scripts/server/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/server/client.js b/scripts/server/client.js index eeda6cef..9037c59c 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -145,7 +145,8 @@ class ClientData { this.jobRouteEditNextLocationGotoMessage = ""; this.jobRouteEditNextLocationType = AGRP_JOB_ROUTE_LOCATION_TYPE_NONE; - this.casinoChips = 0; + // Casino Stuff + this.casinoChips = 0; // This might become an item with a useId of a business (for chips belonging to specific casinos) this.casinoCardHand = []; this.casinoPlayingGame = AGRP_CASINO_GAME_NONE; }