1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: Trigger device stuck detection in semi auto

- Add disable_stuck_detection to disable that
This commit is contained in:
LmeSzinc
2021-01-09 18:33:10 +08:00
parent 4d25a316b8
commit 7506a1bc28
4 changed files with 13 additions and 5 deletions

View File

@@ -8,8 +8,7 @@ from module.os_handler.map_event import MapEventHandler
class AzurLaneDaemon(Combat, MapEventHandler):
def daemon(self):
self.config.ENABLE_GAME_STUCK_HANDLER = False
self.device.config.ENABLE_GAME_STUCK_HANDLER = False
self.device.disable_stuck_detection()
while 1:
self.device.screenshot()