From ee792fdd39aa976d156b68cdd154372e6fe737df Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" <65438497+Jordan2139@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:08:12 -0500 Subject: [PATCH 1/2] Add conditional logging for auto-IP/port fixing --- sonorancad/core/configuration.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonorancad/core/configuration.lua b/sonorancad/core/configuration.lua index af0a078..1c0b1cd 100644 --- a/sonorancad/core/configuration.lua +++ b/sonorancad/core/configuration.lua @@ -233,6 +233,8 @@ CreateThread(function() performApiRequest(json.encode(payload), "SET_SERVERS", function(resp) debugLog("SET_SERVERS: "..tostring(resp)) end) + else + warnLog("disableOverride is true, skipping any potential auto-IP/port fixing") end end, "GET", nil, nil) end) From 46d9d9c736313766715273b436215fdd7130f57e Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" <65438497+Jordan2139@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:10:41 -0500 Subject: [PATCH 2/2] Update Sonoran CAD version to 2.9.21 --- sonorancad/fxmanifest.lua | 2 +- sonorancad/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonorancad/fxmanifest.lua b/sonorancad/fxmanifest.lua index 50783b0..ff25677 100644 --- a/sonorancad/fxmanifest.lua +++ b/sonorancad/fxmanifest.lua @@ -3,7 +3,7 @@ games {'gta5'} author 'Sonoran CAD' description 'Sonoran CAD FiveM Integration' -version '2.9.20' +version '2.9.21' server_scripts { 'core/http.js' diff --git a/sonorancad/version.json b/sonorancad/version.json index 12639e5..585ffd9 100644 --- a/sonorancad/version.json +++ b/sonorancad/version.json @@ -1,4 +1,4 @@ { - "resource" : "2.9.20", + "resource" : "2.9.21", "testedFxServerVersion": "5932" }