summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-28 08:37:54 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-28 08:37:54 -0400
commit9ea738140d941ef0a7193e4f45278f2923997cc2 (patch)
tree690d124c3401df05791aee8a342c6cd89f324dc1 /Config.cs
parent4915560ef430df539b1188b9f6b4dc2af257ae1f (diff)
downloadWorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.tar.gz
WorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.tar.bz2
WorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.zip
Axe DO_COMMON
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Config.cs b/Config.cs
index 743abe9..3c14fa4 100755
--- a/Config.cs
+++ b/Config.cs
@@ -1,6 +1,4 @@
-//#define DO_COMMON
-
-using SharpPluginLoader.Core.Configuration;
+using SharpPluginLoader.Core.Configuration;
using SharpPluginLoader.Core;
namespace WorldTuningTool
@@ -190,9 +188,6 @@ namespace WorldTuningTool
public PatchConfig Patches { get; set; } = new PatchConfig();
-#if DO_COMMON
- public List<Plugin.Override> CommonGlobals { get; set; } = new List<Plugin.Override>();
-#endif
public Dictionary<string, List<Plugin.Override>> Globals { get; set; } = new Dictionary<string, List<Plugin.Override>>();
public string SelectedGlobal { get; set; } = "";
public Dictionary<StageExt, List<Plugin.Override>> Overrides { get; set; } = new Dictionary<StageExt, List<Plugin.Override>>();