mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 开始战斗前闪退无限循环识别,关卡名检查放宽至一分钟 (#12580)
This commit is contained in:
@@ -40,7 +40,11 @@ bool asst::BattleProcessTask::_run()
|
||||
return false;
|
||||
}
|
||||
|
||||
update_deployment(true);
|
||||
if (!update_deployment(true)) {
|
||||
Log.error("update deployment failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
to_group();
|
||||
|
||||
size_t action_size = get_combat_data().actions.size();
|
||||
|
||||
Reference in New Issue
Block a user