From baf686c6c4fc495d36aa4349035a0d0250c90d10 Mon Sep 17 00:00:00 2001 From: dysphie Date: Wed, 6 Oct 2021 17:20:04 -0300 Subject: [PATCH] Fix NMRiH's 'GivePlayerAmmo' offset on Windows (#1593) --- gamedata/sdktools.games/game.nmrih.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/sdktools.games/game.nmrih.txt b/gamedata/sdktools.games/game.nmrih.txt index 164f91a6..8419705d 100644 --- a/gamedata/sdktools.games/game.nmrih.txt +++ b/gamedata/sdktools.games/game.nmrih.txt @@ -153,7 +153,7 @@ } "GiveAmmo" { - "windows" "254" + "windows" "255" "linux" "255" "mac" "255" }