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