From a15b29e977900ab168139b0a907adbc78949f298 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:30:11 -0600 Subject: [PATCH] Woops wrong game ID --- scripts/shared/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 4d27d354..6e5401de 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -33,7 +33,7 @@ const VRR_WEAPON_DAMAGE_EVENT_MACE = 4; const VRR_GAME_GTA_III = 1; const VRR_GAME_GTA_VC = 2; const VRR_GAME_GTA_SA = 3; -const VRR_GAME_GTA_IV = 4; +const VRR_GAME_GTA_IV = 5; const VRR_GAME_GTA_V = 50; const VRR_GAME_MAFIA_ONE = 10; const VRR_GAME_MAFIA_TWO = 11;