mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 08:04:39 +00:00
Added condition
This commit is contained in:
parent
a958bfddab
commit
2d3a41e19d
1 changed files with 36 additions and 33 deletions
|
|
@ -13,6 +13,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;
|
||||||
|
|
||||||
|
|
@ -49,6 +51,7 @@ function MapRepetitionChecker( %game )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$MapRepetitionCheckerRunOnce = 1;
|
$MapRepetitionCheckerRunOnce = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function MapRepetitionCheckerFindRandom()
|
function MapRepetitionCheckerFindRandom()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue