1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Opt: Remove MetaReward call after meowfficer farming

because meta attacks are on standalone tasks
This commit is contained in:
LmeSzinc
2022-09-16 23:11:20 +08:00
parent 0b35815bd4
commit ab68a1f333

View File

@@ -49,7 +49,6 @@ class OSCampaignRun(OSMapOperation):
except ActionPointLimit:
if get_os_reset_remain() > 0:
self.config.task_delay(server_update=True)
self.config.task_call('MetaReward', force_call=False)
self.config.task_call('Reward')
else:
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')