1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Port dailies are skipped

This commit is contained in:
LmeSzinc 2022-05-01 21:13:06 +08:00
parent f55a95038c
commit d81a86923d

View File

@ -113,11 +113,11 @@ class OperationSiren(OSGlobe):
# or it will click on MAP_GOTO_GLOBE
self.zone_init()
self.os_finish_daily_mission()
if success:
break
if self.is_in_opsi_explore():
self.os_port_mission()
break
if success:
break
self.config.task_delay(server_update=True)