mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 12:47:53 +08:00
Fix: Campaign go from chapter B to chapter D
This commit is contained in:
@@ -55,6 +55,7 @@ class CampaignUI(UI, CampaignOcr):
|
|||||||
MODE_SWITCH_1.set('hard', main=self)
|
MODE_SWITCH_1.set('hard', main=self)
|
||||||
elif mode == 'hard':
|
elif mode == 'hard':
|
||||||
MODE_SWITCH_2.set('ex', main=self)
|
MODE_SWITCH_2.set('ex', main=self)
|
||||||
|
MODE_SWITCH_1.set('normal', main=self)
|
||||||
else:
|
else:
|
||||||
logger.warning(f'Unknown campaign mode: {mode}')
|
logger.warning(f'Unknown campaign mode: {mode}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user