summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
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>>();