1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 10:15:35 +08:00

Fix: UI haven't fully loaded after get_current_zone_from_globe()

This commit is contained in:
LmeSzinc
2022-07-12 23:58:10 +08:00
parent dbef8fb79c
commit e1f1768779
2 changed files with 12 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ class OSMap(OSFleet, Map, GlobeCamera):
self.zone = self.get_globe_pinned_zone()
self.zone_config_set()
self.os_globe_goto_map()
self.zone_init(fallback_init=False)
return self.zone
def globe_goto(self, zone, types=('SAFE', 'DANGEROUS'), refresh=False, stop_if_safe=False):