mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: New ship drop can result in game stuck exception during auto-search as not handled
This commit is contained in:
parent
66f9ff53cb
commit
d8b051651d
@ -132,6 +132,9 @@ class AutoSearchCombat(Combat):
|
|||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
|
if self.handle_get_ship():
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.is_auto_search_running():
|
if self.is_auto_search_running():
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user