diff --git a/Classic/scripts/autoexec/MapRepetitionChecker.cs b/Classic/scripts/autoexec/MapRepetitionChecker.cs index d077b7c..eb17d2e 100644 --- a/Classic/scripts/autoexec/MapRepetitionChecker.cs +++ b/Classic/scripts/autoexec/MapRepetitionChecker.cs @@ -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;