From 52fad587301017fd47314605662d9e8290f9fe2c 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) (cherry picked from commit baf686c6c4fc495d36aa4349035a0d0250c90d10) --- 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 164f91a63..8419705d2 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" }