Skip to content

Commit be74c9f

Browse files
authored
Fix wrong PreThink/PostThink offsets for TF2Classified (#2529)
1 parent bf0f998 commit be74c9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gamedata/sdkhooks.games/game.tf2classified.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
}
4848
"PreThink"
4949
{
50-
"windows64" "385"
51-
"linux64" "386"
50+
"windows64" "386"
51+
"linux64" "387"
5252
}
5353
"PostThink"
5454
{
55-
"windows64" "386"
56-
"linux64" "387"
55+
"windows64" "387"
56+
"linux64" "388"
5757
}
5858
"Reload"
5959
{

0 commit comments

Comments
 (0)