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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user