From 24dfcb3ced6e4fb5b7481e656676908846fd9b67 Mon Sep 17 00:00:00 2001 From: Michal <88426022+SlynxCZ@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:50:01 +0400 Subject: [PATCH] Update collision rules and teleport offsets in gamedata.json --- configs/addons/RayTrace/gamedata.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/addons/RayTrace/gamedata.json b/configs/addons/RayTrace/gamedata.json index e6a18ac..6250eed 100644 --- a/configs/addons/RayTrace/gamedata.json +++ b/configs/addons/RayTrace/gamedata.json @@ -41,14 +41,14 @@ }, "CBaseEntity_CollisionRulesChanged": { "offsets": { - "windows": 190, - "linux": 190 + "windows": 185, + "linux": 184 } }, - "CBaseEntity_Teleport":{ + "CBaseEntity_Teleport": { "offsets": { - "windows": 168, - "linux": 167 + "windows": 162, + "linux": 161 } }, "GameEntitySystem": {