fix: 回调自动编队时识别不到干员的重试次数

[skip changelog]
This commit is contained in:
status102
2024-02-26 19:17:41 +08:00
parent 339682c2e4
commit b8431cc0f9

View File

@@ -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