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

Fix: handle vote popup, may enter into this while state prematurely

This commit is contained in:
nEEtdo0d
2021-10-15 16:21:57 -04:00
parent 8b68a4c6df
commit 8472643221

View File

@@ -86,11 +86,15 @@ class EnemySearchingHandler(InfoHandler):
if self.handle_in_stage():
return True
if self.handle_vote_popup():
timeout.limit = 10
timeout.reset()
continue
if self.handle_story_skip():
self.ensure_no_story()
timeout.limit = 10
timeout.reset()
if self.handle_guild_popup_cancel():
timeout.limit = 10
timeout.reset()