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:
parent
decadd83f3
commit
aacb0f6a3c
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user