mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 自动编队后续追加自定干员失败
This commit is contained in:
@@ -164,7 +164,7 @@ bool asst::BattleFormationTask::_run()
|
||||
}
|
||||
}
|
||||
|
||||
add_additional();
|
||||
// add_additional();
|
||||
if (m_add_trust) {
|
||||
add_trust_operators();
|
||||
}
|
||||
@@ -644,6 +644,7 @@ bool asst::BattleFormationTask::parse_formation()
|
||||
}
|
||||
|
||||
callback(AsstMsg::SubTaskExtraInfo, info);
|
||||
m_opers_in_formation->clear();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user