From 4d585a0d5d7e2ca29e8b5e90f63449185323b5c2 Mon Sep 17 00:00:00 2001 From: Kenzzer Date: Thu, 20 Feb 2025 15:19:52 +0100 Subject: [PATCH] Fix invalid sdkhook offsets for CSS (cherry picked from commit 1e85181f0a0e1a272d0ec415ff18542a61ea2d3a) --- gamedata/sdkhooks.games/engine.ep2v.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gamedata/sdkhooks.games/engine.ep2v.txt b/gamedata/sdkhooks.games/engine.ep2v.txt index 5edd342d7..d662eb35c 100644 --- a/gamedata/sdkhooks.games/engine.ep2v.txt +++ b/gamedata/sdkhooks.games/engine.ep2v.txt @@ -639,15 +639,15 @@ { "windows" "17" "windows64" "17" - "linux" "16" - "linux64" "16" + "linux" "18" + "linux64" "18" } "Spawn" { - "windows" "29" - "windows64" "29" - "linux" "30" - "linux64" "30" + "windows" "24" + "windows64" "24" + "linux" "25" + "linux64" "25" } "StartTouch" {