Merge pull request #1 from AdrineX/master

weed treatment fix
This commit is contained in:
Jérémie N'gadi
2017-08-13 09:12:53 +02:00
committed by GitHub
+1 -1
View File
@@ -260,7 +260,7 @@ Citizen.CreateThread(function()
if CurrentAction == 'weed_harvest' then
TriggerServerEvent('esx_drugs:startHarvestWeed')
end
if CurrentAction == 'wedd_treatment' then
if CurrentAction == 'weed_treatment' then
TriggerServerEvent('esx_drugs:startTransformWeed')
end
if CurrentAction == 'weed_resell' then