switch old ps-inv stash call back to old event

older ps didn't call `ps-inventory` for stash, just `inventory`
This commit is contained in:
Jim Shield
2025-05-07 21:12:38 +01:00
parent c1e38a93bd
commit d0c09f3e00

View File

@@ -174,7 +174,7 @@ function openStash(data)
}) })
else else
TriggerEvent("inventory:client:SetCurrentStash", data.stash) TriggerEvent("inventory:client:SetCurrentStash", data.stash)
TriggerServerEvent("ps-inventory:server:OpenInventory", "stash", data.stash, data.stashOptions) TriggerServerEvent("inventory:server:OpenInventory", "stash", data.stash, data.stashOptions)
end end
elseif isStarted(RSGInv) then elseif isStarted(RSGInv) then