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

Fix: Loop in mission accept when OpsiExplore is running and reached the maximum number of mission holdings

This commit is contained in:
LmeSzinc 2022-04-04 14:11:12 +08:00
parent f23c95c06d
commit b7470e0601

View File

@ -110,9 +110,9 @@ class OperationSiren(OSGlobe):
self.os_finish_daily_mission()
if success:
break
if self.is_in_opsi_explore():
self.os_port_mission()
if self.is_in_opsi_explore():
self.os_port_mission()
break
self.config.task_delay(server_update=True)