diff --git a/[esx]/esx_identity/config.lua b/[esx]/esx_identity/config.lua index da530df7..ed06ac9b 100644 --- a/[esx]/esx_identity/config.lua +++ b/[esx]/esx_identity/config.lua @@ -3,7 +3,7 @@ Config.Locale = 'en' -- [Config.EnableCommands] -- Enables Commands Such As /char and /chardel -Config.EnableCommands = ESX.GetConfig().Debug +Config.EnableCommands = ESX.GetConfig().EnableDebug Config.UseDeferrals = false -- EXPERIMENTAL Character Registration Method. @@ -16,4 +16,4 @@ Config.LowestYear = 1900 -- 112 years old is the oldest you can be. Config.HighestYear = 2003 -- 18 years old is the youngest you can be. Config.FullCharDelete = true -- Delete all reference to character. -Config.EnableDebugging = ESX.GetConfig().Debug -- prints for debugging :) +Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :) diff --git a/[esx]/esx_notify/Notify.lua b/[esx]/esx_notify/Notify.lua index 619c796b..a238082e 100644 --- a/[esx]/esx_notify/Notify.lua +++ b/[esx]/esx_notify/Notify.lua @@ -1,4 +1,4 @@ -local Debug = ESX.GetConfig().Debug +local Debug = ESX.GetConfig().EnableDebug ---@param type string the notification type ---@param length number the length of the notification diff --git a/[esx]/esx_textui/TextUI.lua b/[esx]/esx_textui/TextUI.lua index e0e571f6..467f6e81 100644 --- a/[esx]/esx_textui/TextUI.lua +++ b/[esx]/esx_textui/TextUI.lua @@ -1,4 +1,4 @@ -Debug = ESX.GetConfig().Debug +Debug = ESX.GetConfig().EnableDebug ---@param message any ---@param type string diff --git a/[esx_addons]/esx_joblisting/config.lua b/[esx_addons]/esx_joblisting/config.lua index b599b238..6e41cba7 100644 --- a/[esx_addons]/esx_joblisting/config.lua +++ b/[esx_addons]/esx_joblisting/config.lua @@ -4,7 +4,7 @@ Config.DrawDistance = 10.0 Config.ZoneSize = {x = 2.7, y = 2.7, z = 0.5} Config.MarkerColor = {r = 100, g = 200, b = 104} Config.MarkerType = 27 -Config.Debug = ESX.GetConfig().Debug +Config.Debug = ESX.GetConfig().EnableDebug Config.Locale = 'en' diff --git a/[esx_addons]/esx_sit/config.lua b/[esx_addons]/esx_sit/config.lua index 0d3e3275..987b4ddf 100644 --- a/[esx_addons]/esx_sit/config.lua +++ b/[esx_addons]/esx_sit/config.lua @@ -1,7 +1,7 @@ Config = {} Config.MaxDistance = 1.5 -Config.Debug = ESX.GetConfig().Debug +Config.Debug = ESX.GetConfig().EnableDebug Config.Interactables = { 'prop_bench_01a',