mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: 增加连续点击一个按钮时, 停止运行的功能
- 增加靠边缘修正相机位置时的log - 修复了频繁报Enemy searching timeout的问题 - 修复周回模式下, 已经进图时, 会按有伏击运行的问题
This commit is contained in:
@@ -33,7 +33,9 @@ class FastForwardHandler(ModuleBase):
|
||||
if not fleet_lock.appear(main=self):
|
||||
logger.info('No fleet lock option.')
|
||||
return False
|
||||
|
||||
logger.info('fleet_lock')
|
||||
self.config.MAP_HAS_AMBUSH = False
|
||||
status = 'on' if self.config.ENABLE_MAP_FLEET_LOCK else 'off'
|
||||
changed = fleet_lock.set(status=status, main=self)
|
||||
return changed
|
||||
|
||||
Reference in New Issue
Block a user