mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
fix(es_extended/server/functions): fix ESX.GetItems returning nil
This commit is contained in:
@@ -563,7 +563,7 @@ end
|
||||
|
||||
---@return table
|
||||
function ESX.GetItems()
|
||||
return Core.Items
|
||||
return ESX.Items
|
||||
end
|
||||
|
||||
---@return table
|
||||
|
||||
Reference in New Issue
Block a user