mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Version Bump
`2.1.06` - `2.1.07`
This commit is contained in:
@@ -2558,7 +2558,7 @@ RegisterNetEvent(getScript()..":openGrabBox", function(data, stashData)
|
||||
openStash({
|
||||
stash = id,
|
||||
coords = GetEntityCoords(Ped),
|
||||
maxWeight = stashData and stashData.slots or 100000,
|
||||
maxWeight = stashData and stashData.maxWeight or 100000,
|
||||
slots = stashData and stashData.slots or 5,
|
||||
})
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user