Skip to content

Commit

Permalink
Tool crashed when creating new profile because *.ini path wasn't set
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Jul 25, 2022
1 parent 5bbc74a commit 3c38408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fo76ini/Profiles/GameInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public class GameInstance
public string GamePath = "";
public string ExecutableName = "Fallout76.exe";
public string IniPrefix = "Fallout76";
public string IniParentPath = null;
public string IniParentPath = IniFiles.DefaultParentPath;
public string ExecParameters = "";
public string LauncherURL;
public string LauncherURL = "";
public LaunchOption PreferredLaunchOption = LaunchOption.OpenURL;

/// <summary>
Expand Down

0 comments on commit 3c38408

Please sign in to comment.