mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +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:
|
||||
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
|
||||
if self.handle_popup_confirm('MAP_EXIT'):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user