mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 14:25:38 +08:00
Fix: map_exit interval 3 to 5 to account for loading of MAP_WORLD
This commit is contained in:
@@ -117,7 +117,7 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
|||||||
else:
|
else:
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
|
|
||||||
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=3):
|
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=5):
|
||||||
continue
|
continue
|
||||||
if self.handle_popup_confirm('MAP_EXIT'):
|
if self.handle_popup_confirm('MAP_EXIT'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user