From c6546e8237f969985869820cfa99d0c7ee92a33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Fri, 2 May 2025 22:19:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E8=AF=AF=E8=AE=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoLeyLineOutcrop/main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repo/js/AutoLeyLineOutcrop/main.js b/repo/js/AutoLeyLineOutcrop/main.js index 315604fd..741d9867 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++; + } } }