mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle lost connection popup when game client is sending battle results
This commit is contained in:
parent
fd4a345e7e
commit
fb33dfb884
@ -118,6 +118,8 @@ class AutoSearchCombat(Combat):
|
||||
|
||||
if self.handle_submarine_call():
|
||||
continue
|
||||
if self.handle_popup_confirm('AUTO_SEARCH_COMBAT_EXECUTE'):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_in_auto_search_menu() or self._handle_auto_search_menu_missing():
|
||||
@ -145,7 +147,7 @@ class AutoSearchCombat(Combat):
|
||||
skip_first_screenshot = False
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
|
||||
if self.handle_get_ship():
|
||||
continue
|
||||
if self.handle_popup_confirm('AUTO_SEARCH_COMBAT_STATUS'):
|
||||
|
||||
@ -227,6 +227,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
||||
else:
|
||||
if self.handle_submarine_call():
|
||||
continue
|
||||
if self.handle_popup_confirm('COMBAT_EXECUTE'):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.handle_battle_status(save_get_items=save_get_items) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user