fix: 开始战斗前闪退无限循环识别,关卡名检查放宽至一分钟 (#12580)

This commit is contained in:
uye
2025-05-10 19:58:07 +08:00
committed by GitHub
parent e60a065ba4
commit bd6176b25f
3 changed files with 23 additions and 4 deletions

View File

@@ -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();