mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
feat: 支持识别并选择临时招募干员
This commit is contained in:
@@ -191,7 +191,6 @@ bool asst::RoguelikeRecruitTaskPlugin::_run()
|
||||
|
||||
int max_oper_x = 0;
|
||||
for (const auto& oper_info : oper_list) {
|
||||
Log.info(__FUNCTION__, "| Operator", oper_info.name);
|
||||
oper_names.emplace(oper_info.name);
|
||||
|
||||
max_oper_x = std::max(max_oper_x, oper_info.rect.x);
|
||||
|
||||
Reference in New Issue
Block a user