From 79c8dce15d05368bcc458f78fe7fdbcca48a3c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Sat, 26 Aug 2017 18:44:30 +0200 Subject: [PATCH] Remove debug comment --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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