Remove debug comment

This commit is contained in:
Jérémie N'gadi
2017-08-26 18:44:30 +02:00
parent dcfe4f6236
commit 79c8dce15d
+1 -1
View File
@@ -1028,7 +1028,7 @@ Citizen.CreateThread(function()
if GetGameTimer() - NPCLastCancel > 5 * 60000 then
StopNPCJob(true)
-- NPCLastCancel = GetGameTimer()
NPCLastCancel = GetGameTimer()
else
ESX.ShowNotification('Vous devez ~r~attendre~s~ 5 minutes')
end