From 28d56cd2424376a9a145bbfbd02ca2b91c9ad152 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 28 Mar 2019 18:16:46 -0400 Subject: [PATCH] Added exception --- Classic/scripts/autoexec/MapRepetitionChecker.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;