mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: 基建选人前收起职业栏 (#12556)
* fix: 基建选人前收起职业栏 * chore: Auto update by pre-commit hooks [skip changelog] * fix: 赠送线索给不需要的好友 * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,8 @@ bool asst::InfrastProcessingTask::_run()
|
||||
|
||||
ProcessTask(*this, { "InfrastProcessingEnterOperList" }).run();
|
||||
|
||||
close_quick_formation_expand_role();
|
||||
|
||||
for (int i = 0; i <= OperSelectRetryTimes; ++i) {
|
||||
if (need_exit()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user