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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user