From 334d4eaa50ba3a9f30d62f18502f5572c730a111 Mon Sep 17 00:00:00 2001 From: Horror Proton <107091537+horror-proton@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:04:29 +0800 Subject: [PATCH] fix: update recruit mech, fix #1574 --- src/MeoAssistant/AutoRecruitTask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MeoAssistant/AutoRecruitTask.cpp b/src/MeoAssistant/AutoRecruitTask.cpp index d4232c5b95..1bb5602ff1 100644 --- a/src/MeoAssistant/AutoRecruitTask.cpp +++ b/src/MeoAssistant/AutoRecruitTask.cpp @@ -166,7 +166,7 @@ bool asst::AutoRecruitTask::_run() if (m_use_expedited) { Log.info("ready to use expedited"); if (need_exit()) return false; - if (!recruit_now()) { + if (!recruit_now() && m_cur_times != 0) { // there is a small chance that confirm button were clicked twice and got stuck into the bottom-right slot // ref: issues/1491 if (check_recruit_home_page()) { m_force_discard_flag = true; } // ran out of expedited plan?