summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-18 21:05:01 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-18 21:05:01 -0400
commit687535f5904c345807bc04746ac47ab9ce262d6f (patch)
tree963d0688d94d5d6f4337f8b878dc7509dcc224e6 /Config.cs
parent83cba3ceb9ec812fb61a4b7d948476ff1ca26afc (diff)
downloadWorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.tar.gz
WorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.tar.bz2
WorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.zip
Preset -> Set
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.cs b/Config.cs
index 55441f2..b8f831d 100755
--- a/Config.cs
+++ b/Config.cs
@@ -188,7 +188,7 @@ namespace WorldTuningTool
public PatchConfig Patches { get; set; } = new PatchConfig();
public Dictionary<StageExt, List<Plugin.Override>> Overrides { get; set; } = new Dictionary<StageExt, List<Plugin.Override>>();
- public Dictionary<string, List<Plugin.Override>> Presets { get; set; } = new Dictionary<string, List<Plugin.Override>>();
+ public Dictionary<string, List<Plugin.Override>> Sets { get; set; } = new Dictionary<string, List<Plugin.Override>>();
public string SelectedPreset { get; set; } = "";
}
}