0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:10:44 -05:00

fix eft settings path

This commit is contained in:
IsWaffle 2023-08-22 20:06:12 -04:00
parent decadd83f3
commit aacb0f6a3c

View File

@ -76,7 +76,7 @@ namespace Aki.Launcher.ViewModels
public async Task ResetGameSettingsCommand()
{
string EFTSettingsFolder = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Escape from Tarkov", "Settings");
string EFTSettingsFolder = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Battlestate Games", "Escape from Tarkov", "Settings");
string SPTSettingsFolder = Path.Join(LauncherSettingsProvider.Instance.GamePath, "user", "sptsettings");
if (!Directory.Exists(EFTSettingsFolder))