refactor(es_extended/config): rename config.lua to main.lua

This commit is contained in:
Kasey FItton
2024-11-08 05:56:29 +00:00
parent c9677e5427
commit 5e225c5782
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ shared_scripts {
'locale.lua',
'locales/*.lua',
'shared/config/config.lua',
'shared/config/main.lua',
'shared/config/weapons.lua',
'shared/config/adjustments.lua',
@@ -56,3 +56,6 @@ Config.AdminLogging = false -- Logs the usage of certain commands by those with
-- Do NOT change the following unless you know what you are doing
Config.EnableDefaultInventory = not Config.CustomInventory -- Display the default Inventory ( F2 )
if GetResourceState("ox_inventory") ~= "missing" then
Config.CustomInventory = "ox"
end