mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Detect auto search menu in every steps of auto search
- Fix: Increase timer in mission submit
This commit is contained in:
@@ -52,7 +52,7 @@ class MissionHandler(UI, MapEventHandler, ZoneManager):
|
||||
in: MISSION_CHECK
|
||||
out: MISSION_CHECK
|
||||
"""
|
||||
confirm_timer = Timer(1, count=2).start()
|
||||
confirm_timer = Timer(2, count=6).start()
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
skip_first_screenshot = False
|
||||
|
||||
Reference in New Issue
Block a user