diff --git a/RaceTimer/scripting/unloze_racetimer_redux.sp b/RaceTimer/scripting/unloze_racetimer_redux.sp index 6b04341a..8f7f3872 100644 --- a/RaceTimer/scripting/unloze_racetimer_redux.sp +++ b/RaceTimer/scripting/unloze_racetimer_redux.sp @@ -129,12 +129,16 @@ public void Event_RoundStart(Handle event, const char[] name, bool dontBroadcast { g_iRoundMinutes = 0; g_fRoundSeconds = 0.0; + int l_iZoneCount = unloze_zoneCount(); for (int i = 1; i <= MaxClients; i++) if (IsValidClient(i)) { MYSQLCheckRecord(i); - g_bHumansAllowedTime[i] = false; - } + if (l_iZoneCount != 1) + g_bHumansAllowedTime[i] = false; + else + g_bHumansAllowedTime[i] = true; + } } //---------------------------------------------------------------------------------------------------- // Purpose: