From f3ebe71dd13b2ea53b470451bda2689a8e77aaa9 Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Mon, 8 Feb 2016 13:24:51 +0100 Subject: [PATCH] Fix gamedata --- gamedata/modules.games/game.cstrike.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedata/modules.games/game.cstrike.txt b/gamedata/modules.games/game.cstrike.txt index dbf6578c..c3fb7512 100644 --- a/gamedata/modules.games/game.cstrike.txt +++ b/gamedata/modules.games/game.cstrike.txt @@ -43,16 +43,16 @@ { "library" "server" "windows" "\x8B\x2A\x2A\x2A\x56\x57\x8B\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x2B" - "linux" "@_ZN11CBasePlayer10GiveShieldEb" - "mac" "@_ZN11CBasePlayer10GiveShieldEb" + "linux" "@_ZN11CBasePlayer13GiveNamedItemEPKc" + "mac" "@_ZN11CBasePlayer13GiveNamedItemEPKc" } "GiveDefaultItems" // void CBasePlayer::GiveDefaultItems(void) { "library" "server" "windows" "\x56\x57\x6A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\xC6" - "linux" "@_ZN11CBasePlayer10GiveShieldEb" - "mac" "@_ZN11CBasePlayer10GiveShieldEb" + "linux" "@_ZN11CBasePlayer16GiveDefaultItemsEv" + "mac" "@_ZN11CBasePlayer16GiveDefaultItemsEv" } "GiveShield" // void CBasePlayer::GiveShield(bool bRetire)