diff --git a/SaveBackup.cs b/SaveBackup.cs index 191862d..384bc1a 100644 --- a/SaveBackup.cs +++ b/SaveBackup.cs @@ -143,7 +143,7 @@ public List ActivePaths var paths = new List(); foreach (var savePath in Properties.Settings.Default.SaveFolders) { - paths.Add($@"{savePath}\{this.Type.ToLower()}s\{this.FileName}"); + paths.Add($@"{savePath}\{this.Type.ToLower()}s_local\{this.FileName}"); } return paths; }