From 539a1975c02c71c1a0b6bc3f4a14d3c361c593a9 Mon Sep 17 00:00:00 2001 From: Miepee Date: Mon, 23 Jan 2023 11:30:01 +0100 Subject: [PATCH] add todo --- AM2RLauncher/AM2RLauncherLib/Profile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AM2RLauncher/AM2RLauncherLib/Profile.cs b/AM2RLauncher/AM2RLauncherLib/Profile.cs index 1c3dcf8..bdb962f 100644 --- a/AM2RLauncher/AM2RLauncherLib/Profile.cs +++ b/AM2RLauncher/AM2RLauncherLib/Profile.cs @@ -533,6 +533,7 @@ public static class Profile // Copy profile.xml so we can grab data to compare for updates later! // check if we're in PatchData or not, as we need to search for profile.xml in different locations. + // TODO: check if asset dir contains profile.xml. If it does, throw. if (new DirectoryInfo(dataPath).Parent?.Name == "PatchData") File.Copy($"{dataPath}/../profile.xml", $"{tempPath}/profile.xml"); else