mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 14:37:20 +08:00
Fix: Handle lost connection popup when game client is sending battle results
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user