From d7eee4191fc789e07760dfb5abecb4d5897ec992 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 27 Aug 2013 21:08:37 -0400 Subject: [PATCH] Updated TF2 AddCond signature. --- gamedata/sm-tf2.games.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/sm-tf2.games.txt b/gamedata/sm-tf2.games.txt index e4410efd..452b9d4a 100644 --- a/gamedata/sm-tf2.games.txt +++ b/gamedata/sm-tf2.games.txt @@ -88,7 +88,7 @@ "AddCondition" { "library" "server" - "windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x56\x8B\x75\x08\x57\x8B\xD9" + "windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x8B\xD9\x83\xBB\x2A\x2A\x2A\x2A\x00\x0F" "linux" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity" "mac" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity" }