fix(es_extended/server/functions): fix ESX.GetItems returning nil

This commit is contained in:
Kenshin13
2025-01-02 12:27:55 +01:00
parent 287582408a
commit a90b570aff
+1 -1
View File
@@ -563,7 +563,7 @@ end
---@return table
function ESX.GetItems()
return Core.Items
return ESX.Items
end
---@return table