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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user