Skip to content

Commit dc3b02d

Browse files
authored
[CP2077] Only include .archive files from archive/pc/mod/ (#164)
1 parent eb3e1e9 commit dc3b02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_cyberpunk2077.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
327327
organizer,
328328
archive=ModListFile(
329329
Path("archive/pc/mod/modlist.txt"),
330-
"archive/pc/mod/*",
330+
"archive/pc/mod/*.archive",
331331
reversed_priority=bool(self._get_setting("reverse_archive_load_order")),
332332
),
333333
redmod=ModListFile(

0 commit comments

Comments
 (0)