mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 10:08:15 +08:00
Fix: Loop in mission accept when OpsiExplore is running and reached the maximum number of mission holdings
This commit is contained in:
@@ -110,9 +110,9 @@ class OperationSiren(OSGlobe):
|
|||||||
self.os_finish_daily_mission()
|
self.os_finish_daily_mission()
|
||||||
if success:
|
if success:
|
||||||
break
|
break
|
||||||
|
if self.is_in_opsi_explore():
|
||||||
if self.is_in_opsi_explore():
|
self.os_port_mission()
|
||||||
self.os_port_mission()
|
break
|
||||||
|
|
||||||
self.config.task_delay(server_update=True)
|
self.config.task_delay(server_update=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user