Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a7dfd7a

Browse files
authored
Update 1.3.2
Fixed the signature for the CTFPlayer::PlayTauntSceneFromItem function which was broken by the 18/04/2024 update (#3)
1 parent fd106a1 commit a7dfd7a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
"Games"
2-
{
3-
/* Team Fortress 2 */
4-
"tf"
5-
{
6-
"Signatures"
7-
{
8-
"CTFPlayer::PlayTauntSceneFromItem"
9-
{
10-
"library" "server"
11-
"windows" "\x55\x8B\xEC\x81\xEC\x0C\x01\x00\x00\x53\x8B\x5D\x08\x57\x8B"
12-
"linux" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView"
13-
"mac" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView"
14-
}
15-
}
16-
}
17-
}
18-
1+
"Games"
2+
{
3+
/* Team Fortress 2 */
4+
"tf"
5+
{
6+
"Signatures"
7+
{
8+
"CTFPlayer::PlayTauntSceneFromItem"
9+
{
10+
"library" "server"
11+
"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"
12+
"linux" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView"
13+
"mac" "@_ZN9CTFPlayer22PlayTauntSceneFromItemEPK13CEconItemView"
14+
}
15+
}
16+
}
17+
}
18+

0 commit comments

Comments
 (0)