From 13e620ec81bd22a0ad39896b5ffaf4dd4f871260 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 30 May 2008 22:38:55 +0000 Subject: [PATCH] Fixed amb1727 - TF2_Disguise and TF2_RemoveDisguise had incorrect signatures --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402224 --- gamedata/sm-tf2.games.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sm-tf2.games.txt b/gamedata/sm-tf2.games.txt index e46ee265..b327e0fa 100644 --- a/gamedata/sm-tf2.games.txt +++ b/gamedata/sm-tf2.games.txt @@ -7,13 +7,13 @@ "RemoveDisguise" { "library" "server" - "windows" "\x51\x56\x8B\xF1\x8B\x46\x08\x57\x8D\x7E\x08\x8D\x4C\x24\x08\x83\xE0\xF7" + "windows" "\x51\x56\x8B\xF1\x8B\x46\x2A\x57\x8D\x7E\x2A\x8D\x4C\x24\x08\x83\xE0\xF7" "linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv" } "Disguise" { "library" "server" - "windows" "\x56\x8B\xF1\x8B\x4E\x7C\xE8" + "windows" "\x56\x8B\xF1\x8B\x8E\x2A\x2A\x00\x00\xE8\x2A\x2A\x2A\x2A\x8B\x8E\x2A\x2A\x00\x00\x8B\x89\x2A\x2A\x00\x00" "linux" "@_ZN15CTFPlayerShared8DisguiseEii" } }