Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/v1.5-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RevZero committed Sep 15, 2021
2 parents 0d0ad5a + 1e0348d commit d23f80a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 78 deletions.
4 changes: 2 additions & 2 deletions xcom2-launcher/xcom2-launcher/Classes/XCOM/Xcom2Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ internal class Xcom2Env : XcomEnvironment
public string DataDirWotC => Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + @"\my games\XCOM2 War of the Chosen";
public string LogFilePath => DataDir + @"\XComGame\Logs\Launch.log";
public string LogFilePathWotC => DataDirWotC + @"\XComGame\Logs\Launch.log";
private string UserConfigDir => DataDir + @"\my games\XCOM2\XComGame\Config";
private string WotCUserConfigDir => DataDirWotC + @"\my games\XCOM2 War of the Chosen\XComGame\Config";
private string UserConfigDir => DataDir + @"\XComGame\Config";
private string WotCUserConfigDir => DataDirWotC + @"\XComGame\Config";
public override string DefaultConfigDir => Path.Combine(GameDir, @"XComGame\Config");
private string WotCDefaultConfigDir => Path.Combine(GameDir, @"XCom2-WarOfTheChosen\XComGame\Config");

Expand Down
Loading

0 comments on commit d23f80a

Please sign in to comment.