1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-01 08:20:15 +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:
Kyo
2021-02-15 13:11:15 -03:00
committed by GitHub

View File

@@ -132,6 +132,9 @@ class AutoSearchCombat(Combat):
else:
self.device.screenshot()
if self.handle_get_ship():
continue
# End
if self.is_auto_search_running():
break