mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user