Skip to content

Commit

Permalink
refactor(server/inventory): export Inventory.Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 18, 2023
1 parent af6bfd3 commit 67425e8
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 @@ -617,6 +617,8 @@ function Inventory.Remove(inv)
end
end

exports('RemoveInventory', Inventory.Remove)

---Update the internal reference to vehicle stashes. Does not trigger a save or update the database.
---@param oldPlate string
---@param newPlate string
Expand Down

0 comments on commit 67425e8

Please sign in to comment.