diff --git a/repo/js/AutoLeyLineOutcrop/main.js b/repo/js/AutoLeyLineOutcrop/main.js index 315604fd5..741d98674 100644 --- a/repo/js/AutoLeyLineOutcrop/main.js +++ b/repo/js/AutoLeyLineOutcrop/main.js @@ -126,9 +126,7 @@ async function runLeyLineChallenges(config, settings) { if (!foundStrategy) { handleNoStrategyFound(); return; - } - - currentRunTimes++; + } } }