From 642efe68e1ab3be735d885cf166b7d3bee711af6 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 13 Dec 2019 00:23:14 -0500 Subject: [PATCH] Debug comment --- Classic/scripts/autoexec/MapRepetitionChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);