mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Merge pull request #150 from sFxMTA/patch-1
Fix: Argument was missing in startWork (delivery)
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user