Skip to content

Commit

Permalink
Remove KH2 as default game to extract preventing people who only set …
Browse files Browse the repository at this point in the history
…up mod manager for KH3D from being able to extract game data since it tries to extract KH2
  • Loading branch information
shananas committed Dec 19, 2024
1 parent 4aa9e6b commit 7d20dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenKh.Tools.ModsManager/Services/ConfigurationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private class Config
public string pcVersion { get; internal set; } = "EGS";
public bool steamAPITrick1525 { get; internal set; } = false;
public bool steamAPITrick28 { get; internal set; } = false;
public List<string> GamesToExtract { get; internal set; } = new List<string> { "kh2" };
public List<string> GamesToExtract { get; internal set; } = new List<string>();
public bool SkipRemastered { get; internal set; } = false;
public string LaunchGame { get; internal set; } = "kh2";
public bool DarkMode { get; internal set; } = true;
Expand Down

0 comments on commit 7d20dc4

Please sign in to comment.