forked from Simnation/Main
Update server.lua
This commit is contained in:
parent
8975844f1c
commit
81001f8b7f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ if Link.inventory == 'framework' or Link.inventory == 'qb-inventory' then
|
|||
-- Stash
|
||||
function OpenCustomStash(player, stashId, label, slots, weight)
|
||||
local data = { label = label, maxweight = weight, slots = slots }
|
||||
exports["tgiann-inventory"]:OpenInventory(src, invType, invId, invData, openType)
|
||||
exports['qb-inventory']:OpenInventory(player, stashId, data)
|
||||
end
|
||||
|
||||
function GetStashItems(stashId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue