From 060dbcd58542979bcc05022557b5a7ad880cd919 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 23 Jan 2024 15:42:11 +0000 Subject: [PATCH] Add comment to SettingsLocationPatch --- project/Aki.Custom/Patches/SettingsLocationPatch.cs | 3 +++ 1 file changed, 3 insertions(+) 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");