mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 05:50:33 +08:00
Revert "Fix: info_bar breaks map edge detection"
This reverts commit 708c6a8658.
This commit is contained in:
@@ -155,9 +155,6 @@ 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