diff --git a/ScrapModLoader/ModsLauncher.cs b/ScrapModLoader/ModsLauncher.cs index af187ad..43b51b9 100644 --- a/ScrapModLoader/ModsLauncher.cs +++ b/ScrapModLoader/ModsLauncher.cs @@ -64,12 +64,14 @@ namespace ScrapModLoader if (displayName == "Scrapland") { ScraplandPath = subkey.GetValue("InstallLocation")?.ToString() ?? ""; + Settings.Default.ScraplandPath = ScraplandPath; isFound = true; } if (displayName == "Scrapland Remastered") { ScraplandRemasteredPath = subkey.GetValue("InstallLocation")?.ToString() ?? ""; + Settings.Default.ScraplandRemasteredPath = ScraplandRemasteredPath; isFound = true; } }