Merge pull request #1683 from esx-framework/chore-custominv

chore(es_extended/shared/config/main): replace missleading comment
This commit is contained in:
Kenshin13
2025-07-27 18:51:47 +02:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ local txAdminLocale = GetConvar("txAdmin-locale", "en")
local esxLocale = GetConvar("esx:locale", "invalid")
Config.Locale = (esxLocale ~= "invalid") and esxLocale or (txAdminLocale ~= "custom" and txAdminLocale) or "en"
-- for ox inventory, this will automatically be adjusted, do not change! for other inventories, change to "resource_name"
-- For ox inventory, this will automatically be adjusted, do not change! For other inventories, leave as false unless specifically instructed to change.
Config.CustomInventory = false
Config.Accounts = {