mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 09:45:37 +08:00
Add: [EN] asset support for ship scan (#1776)
This commit is contained in:
@@ -270,7 +270,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
return 0
|
||||
|
||||
def server_support_flagship_retire() -> bool:
|
||||
return self.config.SERVER in ['cn']
|
||||
return self.config.SERVER in ['cn', 'en']
|
||||
|
||||
if not server_support_flagship_retire():
|
||||
logger.info(f'Server {self.config.SERVER} does not yet support flagships retirement, skip')
|
||||
|
||||
Reference in New Issue
Block a user