diff --git a/Classic/scripts/autoexec/MapRepetitionChecker.cs b/Classic/scripts/autoexec/MapRepetitionChecker.cs index f9a2c32..e291e04 100644 --- a/Classic/scripts/autoexec/MapRepetitionChecker.cs +++ b/Classic/scripts/autoexec/MapRepetitionChecker.cs @@ -24,7 +24,7 @@ for(%x = 1; %x <= $MRC::PastMapsDepth; %x++) function MapRepetitionChecker( %game ) { //Debug - %MapRepetitionCheckerDebug = true; + //%MapRepetitionCheckerDebug = true; if(isEventPending($MapRepetitionSchedule)) cancel($MapRepetitionSchedule);