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:
parent
f23c95c06d
commit
b7470e0601
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user