mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 05:08:01 +08:00
Opt: Remove OpsiAshBeacon.AshAttack since it should always be True
This commit is contained in:
@@ -134,10 +134,6 @@ class OSAsh(UI, MapEventHandler):
|
||||
in: is_in_map
|
||||
out: is_in_map
|
||||
"""
|
||||
if not self.config.OpsiAshBeacon_AshAttack \
|
||||
and not self.config.OpsiDossierBeacon_Enable:
|
||||
return False
|
||||
|
||||
if self.ash_collect_status() >= 100 \
|
||||
and self._support_call_ash_beacon_task():
|
||||
self.config.task_call(task='OpsiAshBeacon')
|
||||
|
||||
Reference in New Issue
Block a user