From c426a091aaa55e4c6fd782dfb573c4013d4d1520 Mon Sep 17 00:00:00 2001 From: Miepee Date: Sat, 14 Jan 2023 20:50:12 +0100 Subject: [PATCH] Expand comment --- AM2RLauncher/AM2RLauncher/MainForm/MainForm.Events.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Events.cs b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Events.cs index e38d0f0..8199fa5 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Events.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Events.cs @@ -146,7 +146,7 @@ public partial class MainForm : Form string newHomePath = CrossPlatformOperations.Home; // TEMPORARY transfer from main saves into Flatpak saves - TODO: remove in about half a year or so - // Only do this if the directory for the new saves does not exist yet. + // Only do this if the directory for the new saves does not exist yet and if the directory for old saves exists in the first place. foreach (var profile in profileList) { string oldSavePath = profile.SaveLocation.Replace("~", oldHomePath);