diff --git a/client/main.lua b/client/main.lua index 2fa62033..13f156a3 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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