1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Fix: _get_stage_name should before handle_get_chapter_additional (#4094)

so loop can be break
This commit is contained in:
LmeSzinc
2024-08-20 01:31:50 +08:00
parent f12ccb87ef
commit c9349b1bba
2 changed files with 12 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ class CampaignUI(MapOperation, CampaignEvent, CampaignOcr):
if self.handle_chapter_additional():
continue
current = self.get_chapter_index(self.device.image)
current = self.get_chapter_index()
logger.attr("Index", current)
diff = index - current