Skip to content

Commit

Permalink
[CP2077] Only include .archive files from archive/pc/mod/ (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna authored Sep 30, 2024
1 parent eb3e1e9 commit dc3b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/game_cyberpunk2077.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
organizer,
archive=ModListFile(
Path("archive/pc/mod/modlist.txt"),
"archive/pc/mod/*",
"archive/pc/mod/*.archive",
reversed_priority=bool(self._get_setting("reverse_archive_load_order")),
),
redmod=ModListFile(
Expand Down

0 comments on commit dc3b02d

Please sign in to comment.