1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Fix: Pinned zone showing slowly after os_map_goto_globe

- Fix: os_auto_search_quit
This commit is contained in:
LmeSzinc
2021-04-24 17:23:49 +08:00
parent dcae813f0a
commit 45684daebb
3 changed files with 17 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ class OperationSiren(OSMap):
if not self.is_in_globe():
logger.warning('Trying to move in globe, but not in os globe map')
raise ScriptError('Trying to move in globe, but not in os globe map')
self.ensure_no_zone_pinned()
# self.ensure_no_zone_pinned()
self.globe_update()
self.globe_focus_to(zone)
self.zone_type_select(types=types)