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

Opt: reward receiving logic optimization

To ensure that nothing is pending before exiting page_reward. It also avoids using research_receive() function in RewardResearch class which might be unstable because of too many sleep().
This commit is contained in:
noname94
2020-09-27 03:12:41 +09:00
parent b9f230badf
commit f82b899e12
3 changed files with 19 additions and 10 deletions

View File

@@ -285,6 +285,4 @@ class RewardTacticalClass(UI):
if not self.config.ENABLE_TACTICAL_REWARD:
return False
self._tactical_class_receive()
return True
return self._tactical_class_receive()