From 8627c0cbfcf0a614db8455ce09554de12c9537bf Mon Sep 17 00:00:00 2001 From: Steve Zaretti <kossolax@gmail.com> Date: Sat, 19 Aug 2017 16:00:04 +0200 Subject: [PATCH] Fix CS:GO Reload offset (#660) * Fix some CS:GO gamedata I've just tested some of them. - Weapon_Drop - Reload I'm testing Weapon_CanUse in few minutes * Weapon_CanUse did not change. * prethink did'nt change either. * I went too fast. Only weapon vtable changed. --- gamedata/sdkhooks.games/engine.csgo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gamedata/sdkhooks.games/engine.csgo.txt b/gamedata/sdkhooks.games/engine.csgo.txt index 8ca7aed7..66a8fbb4 100644 --- a/gamedata/sdkhooks.games/engine.csgo.txt +++ b/gamedata/sdkhooks.games/engine.csgo.txt @@ -60,9 +60,9 @@ } "Reload" { - "windows" "307" - "linux" "313" - "mac" "313" + "windows" "306" + "linux" "312" + "mac" "312" } "SetTransmit" {