Skip to content

Commit

Permalink
Merge pull request #125 from ZashIn/cyberpunk-archive-load-order
Browse files Browse the repository at this point in the history
Fix mods expecting alphabetical load order
  • Loading branch information
Silarn authored Oct 19, 2023
2 parents b99c053 + 8995d23 commit bcf7f0e
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 @@ -377,7 +377,7 @@ def settings(self) -> list[mobase.PluginSetting]:
"Enforce the current load order via"
" <code>archive/pc/mod/modlist.txt</code>"
),
True,
False,
),
mobase.PluginSetting(
"enforce_redmod_load_order",
Expand Down

0 comments on commit bcf7f0e

Please sign in to comment.