From 687535f5904c345807bc04746ac47ab9ce262d6f Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 18 Jun 2026 21:05:01 -0400 Subject: Preset -> Set Signed-off-by: Andrew Opalach --- Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.cs') 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> Overrides { get; set; } = new Dictionary>(); - public Dictionary> Presets { get; set; } = new Dictionary>(); + public Dictionary> Sets { get; set; } = new Dictionary>(); public string SelectedPreset { get; set; } = ""; } } -- cgit v1.2.3-101-g0448