From fd0d99263f97be3b3a94950fe1aa9bfb092d1d6d Mon Sep 17 00:00:00 2001 From: status102 Date: Tue, 14 Nov 2023 09:04:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=96=E6=9C=8D?= =?UTF-8?q?=E6=9C=AA=E5=AE=9E=E8=A3=85=E8=BF=9E=E7=BB=AD=E6=88=98=E6=96=97?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=A4=9A=E6=AC=A1=E5=B0=9D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Task/Fight/FightTimesPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Task/Fight/FightTimesPlugin.cpp b/src/MaaCore/Task/Fight/FightTimesPlugin.cpp index 48e570a4f1..42de5ac5d2 100644 --- a/src/MaaCore/Task/Fight/FightTimesPlugin.cpp +++ b/src/MaaCore/Task/Fight/FightTimesPlugin.cpp @@ -14,7 +14,7 @@ bool asst::FightTimesPlugin::verify(AsstMsg msg, const json::value& details) con bool asst::FightTimesPlugin::_run() { // 目前也可以做成subtask,但是给以后糊屎留个地方 - bool result = ProcessTask(*this, { "FightSeries-Default-1", "FightSeries-Icon" }).run(); + bool result = ProcessTask(*this, { "FightSeries-Default-1", "FightSeries-Icon", "Stop" }).run(); if (!result) { return false;