mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: info_bar breaks map edge detection
This commit is contained in:
parent
9574231083
commit
708c6a8658
@ -142,6 +142,9 @@ class StrategyHandler(InfoHandler):
|
||||
sub_hunt=bool(self.config.SUBMARINE) and self.config.SUBMARINE_MODE == 'hunt_only'
|
||||
)
|
||||
self.__setattr__(f'fleet_{index}_formation_fixed', True)
|
||||
|
||||
# The info_bar may affect the detection of map edge.
|
||||
self.ensure_no_info_bar()
|
||||
return True
|
||||
|
||||
def _strategy_get_from_map_buff(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user