mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 16:01:30 +00:00
Remove debug comment
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user