Skip to content

Commit

Permalink
Merge pull request #82 from Jordan2139/master
Browse files Browse the repository at this point in the history
Tweak: Add conditional logging for auto-IP/port fixing
  • Loading branch information
Fireant456 authored Dec 13, 2023
2 parents 8de84d0 + 46d9d9c commit f6ebf6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sonorancad/core/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"resource" : "2.9.20",
"resource" : "2.9.21",
"testedFxServerVersion": "5932"
}

0 comments on commit f6ebf6f

Please sign in to comment.