Fix: Argument was missing in delivery

There was a missing argument and people weren't able to get the delivery item at the end of their work
This commit is contained in:
sFx
2021-04-25 02:35:55 +02:00
committed by GitHub
parent f0dd6da73a
commit 7d7e89cd8c
+1 -1
View File
@@ -195,7 +195,7 @@ AddEventHandler('esx_jobs:action', function(job, zone, zoneKey)
hintToDisplay = "no hint to display"
hintIsShowed = false
TriggerServerEvent('esx_jobs:startWork', zone.Item)
TriggerServerEvent('esx_jobs:startWork', zone.Item, zoneKey)
end
--nextStep(zone.GPS)
end)