Skip to content

Commit 1e85181

Browse files
Kenzzerpsychonic
authored andcommitted
Fix invalid sdkhook offsets for CSS
1 parent 950f949 commit 1e85181

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gamedata/sdkhooks.games/engine.ep2v.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,15 +639,15 @@
639639
{
640640
"windows" "17"
641641
"windows64" "17"
642-
"linux" "16"
643-
"linux64" "16"
642+
"linux" "18"
643+
"linux64" "18"
644644
}
645645
"Spawn"
646646
{
647-
"windows" "29"
648-
"windows64" "29"
649-
"linux" "30"
650-
"linux64" "30"
647+
"windows" "24"
648+
"windows64" "24"
649+
"linux" "25"
650+
"linux64" "25"
651651
}
652652
"StartTouch"
653653
{

0 commit comments

Comments
 (0)