mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 13:38:13 +08:00
Fix: info_bar breaks map edge detection
This commit is contained in:
@@ -142,6 +142,9 @@ class StrategyHandler(InfoHandler):
|
|||||||
sub_hunt=bool(self.config.SUBMARINE) and self.config.SUBMARINE_MODE == 'hunt_only'
|
sub_hunt=bool(self.config.SUBMARINE) and self.config.SUBMARINE_MODE == 'hunt_only'
|
||||||
)
|
)
|
||||||
self.__setattr__(f'fleet_{index}_formation_fixed', True)
|
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
|
return True
|
||||||
|
|
||||||
def _strategy_get_from_map_buff(self):
|
def _strategy_get_from_map_buff(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user