1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 23:51:30 +08:00

Fix: map_offensive_auto_search is not working with fleet lock disabled

This commit is contained in:
LmeSzinc
2022-03-29 21:46:49 +08:00
parent 86b2709a7b
commit 23cf1acd1a

View File

@@ -63,7 +63,7 @@ class AutoSearchCombat(MapOperation, Combat):
continue continue
# Break # Break
if self.combat_appear(): if self.is_combat_loading():
break break
def auto_search_watch_fleet(self, checked=False): def auto_search_watch_fleet(self, checked=False):