mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Handle vote popup in auto search status
This commit is contained in:
parent
8472643221
commit
e272c2e664
@ -163,6 +163,8 @@ class AutoSearchCombat(Combat):
|
||||
if self.handle_auto_search_map_option():
|
||||
self._auto_search_confirm_low_emotion = False
|
||||
continue
|
||||
if self.handle_vote_popup():
|
||||
continue
|
||||
|
||||
# Handle low emotion combat
|
||||
# Combat status
|
||||
@ -184,8 +186,6 @@ class AutoSearchCombat(Combat):
|
||||
continue
|
||||
if self.handle_guild_popup_cancel():
|
||||
continue
|
||||
if self.handle_vote_popup():
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_auto_search_running():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user