diff --git a/project/Aki.Custom/Patches/SettingsLocationPatch.cs b/project/Aki.Custom/Patches/SettingsLocationPatch.cs index 1d9f08f..6e786c9 100644 --- a/project/Aki.Custom/Patches/SettingsLocationPatch.cs +++ b/project/Aki.Custom/Patches/SettingsLocationPatch.cs @@ -6,6 +6,9 @@ using System.Reflection; namespace Aki.Custom.Patches { + /// + /// Redirect the settings data to save into the SPT folder, not app data + /// public class SettingsLocationPatch : ModulePatch { private static string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptSettings");