1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: forgot self

This commit is contained in:
nEEtdo0d
2021-04-24 12:06:36 -04:00
parent a800b04b40
commit e9220e3588

View File

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