Version Bump

`2.1.06` - `2.1.07`
This commit is contained in:
Jim Shield
2025-10-10 13:27:29 +01:00
parent 9f914bd497
commit 8594ba12ec
3 changed files with 10 additions and 7 deletions

View File

@@ -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)