Added condition

This commit is contained in:
ChocoTaco 2019-03-31 17:17:09 -04:00
parent a958bfddab
commit 2d3a41e19d

View file

@ -12,6 +12,8 @@ $PreviousMission1back = "";
//Run in GetTeamCounts.cs //Run in GetTeamCounts.cs
function MapRepetitionChecker( %game ) function MapRepetitionChecker( %game )
{
if($countdownStarted && $MatchStarted)
{ {
//Debug //Debug
//%MapRepetitionCheckerDebug = true; //%MapRepetitionCheckerDebug = true;
@ -50,6 +52,7 @@ function MapRepetitionChecker( %game )
} }
$MapRepetitionCheckerRunOnce = 1; $MapRepetitionCheckerRunOnce = 1;
} }
}
function MapRepetitionCheckerFindRandom() function MapRepetitionCheckerFindRandom()
{ {