mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复基建发电站数量不足时后续操作错误
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2330
This commit is contained in:
@@ -23,6 +23,7 @@ bool asst::InfrastPowerTask::_run()
|
||||
|
||||
// 进不去说明设施数量不够
|
||||
if (!enter_facility(m_cur_facility_index)) {
|
||||
click_return_button();
|
||||
break;
|
||||
}
|
||||
if (!enter_oper_list_page()) {
|
||||
|
||||
Reference in New Issue
Block a user