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; } } //----------------------------------------------------------------------------------------------------