fix: remove a fake error in auto recruit task

This commit is contained in:
Horror Proton
2022-07-30 15:54:20 +08:00
parent 5565d5ad0a
commit 6cf5bf0e01

View File

@@ -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;