mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: enable_mission_reward not working
This commit is contained in:
parent
31450ea4d7
commit
56a10cdea6
@ -111,6 +111,9 @@ class Reward(RewardCommission, RewardTacticalClass, LoginHandler, Update):
|
||||
Returns:
|
||||
bool: If rewarded.
|
||||
"""
|
||||
if not self.config.ENABLE_MISSION_REWARD:
|
||||
return False
|
||||
|
||||
logger.hr('Mission reward')
|
||||
if not self.appear(MISSION_NOTICE):
|
||||
logger.info('No mission reward')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user