diff --git a/resources/[tools]/kq_link/links/frameworks/qbcore/server.lua b/resources/[tools]/kq_link/links/frameworks/qbcore/server.lua index b79018f01..cad1b61a5 100644 --- a/resources/[tools]/kq_link/links/frameworks/qbcore/server.lua +++ b/resources/[tools]/kq_link/links/frameworks/qbcore/server.lua @@ -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['qb-inventory']:OpenInventory(player, stashId, data) + exports["tgiann-inventory"]:OpenInventory(src, invType, invId, invData, openType) end function GetStashItems(stashId)