1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Handle map events for auto_search_combat

This commit is contained in:
nEEtdo0d 2021-04-24 12:01:04 -04:00
parent ece1a83d5a
commit a800b04b40

View File

@ -159,6 +159,8 @@ class Combat(Combat_, MapEventHandler):
# End
if self.is_combat_executing():
continue
if handle_map_event():
continue
if self.is_in_map():
self.device.screenshot_interval_set(0)
break