mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 01:55:08 +08:00
Merge pull request #418 from nEEtdo0d/operation_siren_dev
Fix: Handle potential map_event stuck
This commit is contained in:
@@ -159,6 +159,8 @@ class Combat(Combat_, MapEventHandler):
|
|||||||
# End
|
# End
|
||||||
if self.is_combat_executing():
|
if self.is_combat_executing():
|
||||||
continue
|
continue
|
||||||
|
if self.handle_map_event():
|
||||||
|
continue
|
||||||
if self.is_in_map():
|
if self.is_in_map():
|
||||||
self.device.screenshot_interval_set(0)
|
self.device.screenshot_interval_set(0)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user