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

Fix: fix alas.bat closing when menu input is null

- removed mandatory run alas.bat as administrator, now is optional
This commit is contained in:
whoamikyo
2020-08-18 20:46:37 -03:00
parent d691022a49
commit c54b72d388
2 changed files with 17 additions and 16 deletions

View File

@@ -31,7 +31,6 @@ class CampaignHard(CampaignRun):
# UI ensure
self.ui_weigh_anchor()
self.campaign_ensure_mode(mode='normal')
self.campaign_ensure_chapter(index=int(chapter))
self.campaign_ensure_mode(mode='hard')
self.campaign.ENTRANCE = self.campaign_get_entrance(name=f'{chapter}-{stage}')