Skip to content

Commit 46895d5

Browse files
Fix code issue with CSLT
1 parent f8ea780 commit 46895d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_modpacks/resources/cslt/cslt.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def modifyArcFile(self):
4949
'uk': 'files/game/langUK/game_sequence_title_UK.arc',
5050
}
5151

52-
return {
53-
arcFile:
54-
lambda root, gameInstance, modList, arcDir, locale=locale, modpackDir=self.modpackDir(): replTitleImages(locale, arcDir, modpackDir)
55-
for locale, arcFile in localeToTitleArcFile.items()
56-
}
52+
return {
53+
arcFile:
54+
lambda root, gameInstance, modList, arcDir, locale=locale, modpackDir=self.modpackDir(): replTitleImages(locale, arcDir, modpackDir)
55+
for locale, arcFile in localeToTitleArcFile.items()
56+
}
5757

5858
mod = Mod()

0 commit comments

Comments
 (0)