mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: remove a fake error in auto recruit task
This commit is contained in:
@@ -132,7 +132,7 @@ bool asst::AutoRecruitTask::_run()
|
||||
}
|
||||
|
||||
if (!m_use_expedited) { // analyze once only
|
||||
if (!analyze_start_buttons()) return false;
|
||||
if (!analyze_start_buttons()) return true;
|
||||
}
|
||||
|
||||
static constexpr size_t slot_retry_limit = 3;
|
||||
|
||||
Reference in New Issue
Block a user