Skip to content

Commit

Permalink
fix(server/inventory): missing export for GetSlotIdsWithItem (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
FjamZoo committed Dec 21, 2023
1 parent dbd5fad commit 864e576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/inventory/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2188,6 +2188,8 @@ function Inventory.GetSlotIdsWithItem(inv, itemName, metadata, strict)
end
end

exports('GetSlotIdsWithItem', Inventory.GetSlotIdsWithItem)

---@param inv inventory
---@param itemName string
---@param metadata? any
Expand Down

0 comments on commit 864e576

Please sign in to comment.