mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
refactor(es_extended/config): rename config.lua to main.lua
This commit is contained in:
@@ -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',
|
||||
|
||||
|
||||
+3
@@ -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
|
||||
Reference in New Issue
Block a user