fix: 修复252发电站界面返回时卡住的问题

This commit is contained in:
lanhao34
2022-10-25 23:31:33 -04:00
parent 6eaa812eab
commit c2b9e88585

View File

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