fix: 修复基建发电站数量不足时后续操作错误

fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2330
This commit is contained in:
MistEO
2022-10-20 22:39:31 +08:00
parent a724dafe98
commit 6ebc2b48c7

View File

@@ -23,6 +23,7 @@ bool asst::InfrastPowerTask::_run()
// 进不去说明设施数量不够
if (!enter_facility(m_cur_facility_index)) {
click_return_button();
break;
}
if (!enter_oper_list_page()) {