From 3d6a24d11cf30f4a3a5a72ba473bb1aefe9596af Mon Sep 17 00:00:00 2001 From: Anyrainel Date: Sun, 25 Jan 2026 10:51:15 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=89=A7=E6=83=85=E6=9C=89=E6=97=B6=E6=97=A0=E6=B3=95=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E5=AF=B9=E8=AF=9D=E7=9A=84=E9=97=AE=E9=A2=98=20(#2684?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs index 45cabdba..a0140f4d 100644 --- a/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs +++ b/BetterGenshinImpact/GameTask/AutoPathing/PathExecutor.cs @@ -1350,6 +1350,7 @@ public class PathExecutor if (disabledUiButtonRa.IsExist()) { _autoSkipTrigger.OnCapture(new CaptureContent(ra)); + noDisabledUiButtonTimes = 0; } else {