mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: Handle vote popup in auto search status
This commit is contained in:
@@ -163,6 +163,8 @@ class AutoSearchCombat(Combat):
|
|||||||
if self.handle_auto_search_map_option():
|
if self.handle_auto_search_map_option():
|
||||||
self._auto_search_confirm_low_emotion = False
|
self._auto_search_confirm_low_emotion = False
|
||||||
continue
|
continue
|
||||||
|
if self.handle_vote_popup():
|
||||||
|
continue
|
||||||
|
|
||||||
# Handle low emotion combat
|
# Handle low emotion combat
|
||||||
# Combat status
|
# Combat status
|
||||||
@@ -184,8 +186,6 @@ class AutoSearchCombat(Combat):
|
|||||||
continue
|
continue
|
||||||
if self.handle_guild_popup_cancel():
|
if self.handle_guild_popup_cancel():
|
||||||
continue
|
continue
|
||||||
if self.handle_vote_popup():
|
|
||||||
continue
|
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.is_auto_search_running():
|
if self.is_auto_search_running():
|
||||||
|
|||||||
Reference in New Issue
Block a user