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

Fix: Forget to quit os mission

This commit is contained in:
LmeSzinc 2021-12-10 18:40:11 +08:00
parent 5815ff3cb9
commit 71dbc061bd

View File

@ -112,6 +112,7 @@ class MissionHandler(GlobeOperation, ZoneManager):
# If monthly BOSS hasn't been killed, there is always a task.
# It has a low priority to show, so its presence means that the task list is empty.
logger.info('Monthly BOSS mission found, mission list is empty')
self.os_mission_quit()
return False
logger.info('Checkout os mission')