mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Add comment to SettingsLocationPatch
This commit is contained in:
parent
701c3a6685
commit
060dbcd585
@ -6,6 +6,9 @@ using System.Reflection;
|
|||||||
|
|
||||||
namespace Aki.Custom.Patches
|
namespace Aki.Custom.Patches
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Redirect the settings data to save into the SPT folder, not app data
|
||||||
|
/// </summary>
|
||||||
public class SettingsLocationPatch : ModulePatch
|
public class SettingsLocationPatch : ModulePatch
|
||||||
{
|
{
|
||||||
private static string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptSettings");
|
private static string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptSettings");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user