diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index 0cfac5e37..4e789a833 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -92,7 +92,7 @@ public static class Constants public static string LogDir { get; } = Path.Combine(Constants.DataPath, "ErrorLogs"); /// The directory path where all saves are stored. - public static string SavesPath { get; } = Path.Combine(Constants.DataPath, "Saves"); + public static string SavesPath { get => StardewValley.Program.GetSavesFolder(); } /// The name of the current save folder (if save info is available, regardless of whether the save file exists yet). public static string? SaveFolderName => Constants.GetSaveFolderName();