Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctos2win authored Oct 2, 2023
1 parent 75799c8 commit 2ace296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/client/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ace296

Please sign in to comment.