fix QS-Inv registerStash function

This commit is contained in:
Jim Shield
2025-04-29 17:43:37 +01:00
parent 9a47ec59b0
commit 3f093ce934

View File

@@ -61,7 +61,7 @@ function registerStash(name, label, slots, weight, owner, coords)
exports[OXInv]:RegisterStash(name, label, slots or 50, weight or 4000000, owner or nil)
elseif isStarted(QSInv) then
debugPrint("^6Bridge^7: ^2Registering ^3QS ^2Stash^7:", name, label)
exports[QSInv]:RegisterStash(nil, name, slots or 50, weight or 4000000)
exports[QSInv]:RegisterStash(name, label, slots or 50, weight or 4000000)
--elseif isStarted(CoreInv) then
-- debugPrint("^6Bridge^7: ^2Registering ^3CoreInv ^2Stash^7:", name, label)