1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: handle_auto_search_exp_info

This commit is contained in:
2025-07-09 07:41:57 +08:00
parent 0febb66e8a
commit 76b40b351c

View File

@@ -272,7 +272,7 @@ class Combat(Combat_, MapEventHandler):
if self.handle_auto_search_battle_status():
success = None
continue
if self.handle_auto_search_exp_info():
if self.config.OpsiGeneral_RepairThreshold > 0 and self.handle_auto_search_exp_info():
success = None
continue
if self.handle_map_event():