mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Opt: Faster retry on order_enter
This commit is contained in:
@@ -22,7 +22,7 @@ class MapOrderHandler(MapOperation, ActionPointHandler, EnemySearchingHandler, Z
|
||||
out: is_in_map_order
|
||||
"""
|
||||
self.ui_click(ORDER_ENTER, appear_button=self.is_in_map, check_button=self.is_in_map_order,
|
||||
skip_first_screenshot=True)
|
||||
skip_first_screenshot=True, retry_wait=2)
|
||||
|
||||
def order_quit(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user