diff --git a/crafting.lua b/crafting.lua index b39dd5e..e6c8bb4 100644 --- a/crafting.lua +++ b/crafting.lua @@ -379,7 +379,7 @@ function openStash(data) exports[CodeMInv]:OpenStash(data.stash, 400000, 100) else TriggerEvent("inventory:client:SetCurrentStash", data.stash) - TriggerServerEvent("inventory:server:OpenInventory", "stash", data.stash) + TriggerServerEvent("inventory:server:OpenInventory", "stash", data.stash, data.stashOptions) end lookEnt(data.coords) end