mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 回调自动编队时识别不到干员的重试次数
[skip changelog]
This commit is contained in:
@@ -79,6 +79,6 @@ namespace asst
|
||||
std::vector<AdditionalFormation> m_additional;
|
||||
std::string m_last_oper_name;
|
||||
int m_select_formation_index = 0;
|
||||
int m_missing_retry_times = 0; // 识别不到干员的重试次数,目前设置为不重试
|
||||
int m_missing_retry_times = 2; // 识别不到干员的重试次数
|
||||
};
|
||||
} // namespace asst
|
||||
|
||||
Reference in New Issue
Block a user