From 2eaf7c2d8c7ab0810ed87756ac5f6c1cf6d756e4 Mon Sep 17 00:00:00 2001 From: Yarukon <61296195+Yarukon@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:27:34 +0800 Subject: [PATCH] Fix AddResource offset for Linux (#479) --- configs/addons/counterstrikesharp/gamedata/gamedata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/addons/counterstrikesharp/gamedata/gamedata.json b/configs/addons/counterstrikesharp/gamedata/gamedata.json index b64779d1..f30b27dc 100644 --- a/configs/addons/counterstrikesharp/gamedata/gamedata.json +++ b/configs/addons/counterstrikesharp/gamedata/gamedata.json @@ -237,7 +237,7 @@ "CEntityResourceManifest_AddResource": { "offsets": { "windows": 2, - "linux": 2 + "linux": 0 } } }