From a7dfd7a28393b9a7fb9668c691b05e78ac969328 Mon Sep 17 00:00:00 2001 From: x07x08 <88050465+x07x08@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:19:03 +0300 Subject: [PATCH] Update 1.3.2 Fixed the signature for the CTFPlayer::PlayTauntSceneFromItem function which was broken by the 18/04/2024 update (#3) --- addons/sourcemod/gamedata/tf2.tauntem.txt | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/addons/sourcemod/gamedata/tf2.tauntem.txt b/addons/sourcemod/gamedata/tf2.tauntem.txt index 459cffd..9859e0f 100644 --- a/addons/sourcemod/gamedata/tf2.tauntem.txt +++ b/addons/sourcemod/gamedata/tf2.tauntem.txt @@ -1,18 +1,18 @@ -"Games" -{ - /* Team Fortress 2 */ - "tf" - { - "Signatures" - { - "CTFPlayer::PlayTauntSceneFromItem" - { - "library" "server" - "windows" "\x55\x8B\xEC\x81\xEC\x0C\x01\x00\x00\x53\x8B\x5D\x08\x57\x8B" - "linux" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView" - "mac" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView" - } - } - } -} - +"Games" +{ + /* Team Fortress 2 */ + "tf" + { + "Signatures" + { + "CTFPlayer::PlayTauntSceneFromItem" + { + "library" "server" + "windows" "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x2A\x89\x6C\x24\x2A\x8B\xEC\x81\xEC\x98\x01\x00\x00\x56\x8B\x73" + "linux" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView" + "mac" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView" + } + } + } +} +