mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-06 01:22:59 +08:00
Fix: forgot self
This commit is contained in:
@@ -159,7 +159,7 @@ class Combat(Combat_, MapEventHandler):
|
|||||||
# End
|
# End
|
||||||
if self.is_combat_executing():
|
if self.is_combat_executing():
|
||||||
continue
|
continue
|
||||||
if handle_map_event():
|
if self.handle_map_event():
|
||||||
continue
|
continue
|
||||||
if self.is_in_map():
|
if self.is_in_map():
|
||||||
self.device.screenshot_interval_set(0)
|
self.device.screenshot_interval_set(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user