mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix repo
This commit is contained in:
@@ -36,7 +36,7 @@ function ESX.SearchInventory(items, count)
|
||||
end
|
||||
end
|
||||
|
||||
return #items > 1 and data or data[1]
|
||||
return #items > 1 and data or data[items[1]]
|
||||
end
|
||||
|
||||
function ESX.SetPlayerData(key, val)
|
||||
|
||||
Reference in New Issue
Block a user