Remove coords from openGrabBox

This commit is contained in:
Jim Shield
2025-05-17 20:38:21 +01:00
parent 7e073b16ec
commit 47b01df621

View File

@@ -578,6 +578,5 @@ RegisterNetEvent(getScript()..":openGrabBox", function(data)
end
openStash({
stash = id,
coords = GetEntityCoords(PlayerPedId())
})
end)