From e09b8e101d1f7160f1692dcd4c792b80831420e9 Mon Sep 17 00:00:00 2001 From: Shank Date: Sun, 12 Jun 2011 03:14:07 -0600 Subject: [PATCH] Probably should let devs know about that. --- TShockAPI/ConfigurationManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TShockAPI/ConfigurationManager.cs b/TShockAPI/ConfigurationManager.cs index 1f4cfa22..f1ce1b29 100644 --- a/TShockAPI/ConfigurationManager.cs +++ b/TShockAPI/ConfigurationManager.cs @@ -26,6 +26,8 @@ namespace TShockAPI /// internal class ConfigurationManager { + //Add default values here and in ConfigFile.cs + //Values written here will automatically be pulled into a config file on save. public static int invasionMultiplier = 1; public static int defaultMaxSpawns = 4; public static int defaultSpawnRate = 700;