mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: [TW] Disable MetaReward before assets update (#1817)
This commit is contained in:
@@ -94,6 +94,12 @@ class MetaReward(Combat, UI):
|
||||
return received
|
||||
|
||||
def run(self):
|
||||
if self.config.SERVER in ['cn', 'en', 'jp']:
|
||||
pass
|
||||
else:
|
||||
logger.info(f'MetaReward is not supported in {self.config.SERVER}, please contact server maintainers')
|
||||
return
|
||||
|
||||
self.ui_ensure(page_meta)
|
||||
|
||||
if self.meta_reward_notice_appear():
|
||||
|
||||
Reference in New Issue
Block a user