From 452f6516aa15cc354744785b5a5e851dd8037bb6 Mon Sep 17 00:00:00 2001 From: jenzur Date: Sun, 4 Aug 2019 14:55:18 +0200 Subject: [PATCH] disabling timer rather than postponning --- RaceTimer/scripting/unloze_racetimer_redux.sp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RaceTimer/scripting/unloze_racetimer_redux.sp b/RaceTimer/scripting/unloze_racetimer_redux.sp index 8f7f3872..7dba4a89 100644 --- a/RaceTimer/scripting/unloze_racetimer_redux.sp +++ b/RaceTimer/scripting/unloze_racetimer_redux.sp @@ -350,9 +350,7 @@ public void CheckifAntiZones(int client, bool reset) { if (reset) { - //adds 30 mins and 30 seconds to a client because thats simple and very effective - g_fSecondsIndividual[client] = 30.0; - g_iMinutesIndividual[client] = 30; + g_bHumansAllowedTime[client] = false; } } //----------------------------------------------------------------------------------------------------