From d0c09f3e00e9b933cf04b5987d8727f1c447bc6a Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Wed, 7 May 2025 21:12:38 +0100 Subject: [PATCH] switch old ps-inv stash call back to old event older ps didn't call `ps-inventory` for stash, just `inventory` --- shared/stashcontrol.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/stashcontrol.lua b/shared/stashcontrol.lua index 477e888..be6293d 100644 --- a/shared/stashcontrol.lua +++ b/shared/stashcontrol.lua @@ -174,7 +174,7 @@ function openStash(data) }) else 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 elseif isStarted(RSGInv) then