Clear processing after finished

This commit is contained in:
ElPumpo
2018-12-01 15:55:31 +01:00
parent fd6931fb0c
commit 5823610ce0
+2
View File
@@ -74,6 +74,8 @@ AddEventHandler('esx_drugs:processCannabis', function()
TriggerClientEvent('esx:showNotification', _source, _U('weed_processed'))
end
playersProcessingCannabis[_source] = nil
end)
else
print(('esx_drugs: %s attempted to exploit weed processing!'):format(GetPlayerIdentifiers(source)[1]))