1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 02:05:57 +08:00

Opt: Disable CL1 leveling before server support

This commit is contained in:
LmeSzinc
2022-12-05 22:44:58 +08:00
parent 82b412f773
commit 919a154c31
2 changed files with 5 additions and 5 deletions

View File

@@ -67,6 +67,11 @@ class OSCampaignRun(OSMapOperation):
self.config.task_delay(minute=150, server_update=True)
def opsi_hazard1_leveling(self):
if self.config.SERVER in ['en', 'jp', 'tw']:
logger.info(f'Opsi CL1 Leveling is not supported in {self.config.SERVER},'
' please contact server maintainers')
self.config.task_delay(server_update=True)
return
self.config.override(
OpsiGeneral_AkashiShopFilter='ActionPoint'
)