mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added exception
This commit is contained in:
parent
79b7258f3a
commit
28d56cd242
|
|
@ -19,8 +19,11 @@ function MapRepetitionChecker( %game )
|
|||
if(!$GetRandomMapsLoaded) //Make sure GetRandomMaps.cs is present
|
||||
return;
|
||||
|
||||
if($EvoCachedNextMission $= "")
|
||||
return;
|
||||
|
||||
if(!$Host::TournamentMode && $MapRepetitionCheckerRunOnce !$= 1 )
|
||||
{
|
||||
{
|
||||
//Backup
|
||||
$SetNextMissionRestore = $EvoCachedNextMission;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue