From f636c5fef5cfd5bff6ed443bf79628212a928683 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:44:37 -0600 Subject: [PATCH] Move game consts to shared --- scripts/server/const.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/server/const.js b/scripts/server/const.js index f5e71917..d7a07b71 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -278,6 +278,4 @@ const AG_2FA_STATE_SETUP_CODEFROMAPP = 3; const AG_FORGOTPASS_STATE_NONE = 0; const AG_FORGOTPASS_STATE_CODEINPUT = 1; -const AG_FORGOTPASS_STATE_SETPASS = 2; - -const AG_GAME_GTA_V = 50; \ No newline at end of file +const AG_FORGOTPASS_STATE_SETPASS = 2; \ No newline at end of file