mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-26 23:19:54 +08:00
Opt: Remove OpsiAshBeacon.AshAttack since it should always be True
This commit is contained in:
@@ -24,7 +24,7 @@ class OSStatus(UI):
|
||||
|
||||
@property
|
||||
def is_cl1_enabled(self) -> bool:
|
||||
return bool(self.config.cross_get('OpsiHazard1Leveling.Scheduler.Enable', default=False))
|
||||
return self.config.is_task_enabled('OpsiHazard1Leveling')
|
||||
|
||||
@property
|
||||
def nearest_task_cooling_down(self) -> t.Optional[Function]:
|
||||
|
||||
Reference in New Issue
Block a user