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

Fix: [EN] Basic event map config for Ink-Stained Steel Sakura Rerun

This commit is contained in:
LmeSzinc
2020-07-17 01:27:59 +08:00
parent 045522fe87
commit 4a2fc20006
13 changed files with 105 additions and 26 deletions

View File

@@ -104,7 +104,6 @@ class MapData:
for head in header.strip().split('\n'):
lines.append(head.strip())
lines.append('')
lines.append('')
# Map
lines.append(f'MAP = CampaignMap(\'{self.chapter_name}\')')