From 08ad11981225258a14135b9ed8dd8f4eca7957fc Mon Sep 17 00:00:00 2001 From: caxanga334 <10157643+caxanga334@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:10:43 -0300 Subject: [PATCH] Fix Incorrect SetTransmit Offset for HL2DM (#2304) (cherry picked from commit f896c4a24d5b8db241c309a90819849768c54a4c) --- gamedata/sdkhooks.games/engine.ep2v.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedata/sdkhooks.games/engine.ep2v.txt b/gamedata/sdkhooks.games/engine.ep2v.txt index fe30bd5eb..9b4f20048 100644 --- a/gamedata/sdkhooks.games/engine.ep2v.txt +++ b/gamedata/sdkhooks.games/engine.ep2v.txt @@ -266,10 +266,10 @@ } "SetTransmit" { - "windows" "20" - "windows64" "20" - "linux" "21" - "linux64" "21" + "windows" "22" + "windows64" "22" + "linux" "23" + "linux64" "23" } "ShouldCollide" {