mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-06-01 01:46:41 +08:00
Merge pull request #354 from nEEtdo0d/my_neet
Fix: New ship drop can result in game stuck exception during auto-search
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user