From bcc34c279afec119fe4b403d26be6b1a1d198a7a Mon Sep 17 00:00:00 2001 From: zaCade Date: Fri, 8 Mar 2019 20:49:43 +0100 Subject: [PATCH] AmmoManager: Increase offsets by +1 for csgo. --- AmmoManager/gamedata/AmmoManager.games.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AmmoManager/gamedata/AmmoManager.games.txt b/AmmoManager/gamedata/AmmoManager.games.txt index 40fe54fc..63f0bd4d 100644 --- a/AmmoManager/gamedata/AmmoManager.games.txt +++ b/AmmoManager/gamedata/AmmoManager.games.txt @@ -6,13 +6,13 @@ { "GetMaxClip" { - "windows" "347" - "linux" "353" + "windows" "348" + "linux" "354" } "GetMaxReserve" { - "windows" "351" - "linux" "357" + "windows" "352" + "linux" "358" } } }