diff --git a/TShockAPI/ConfigurationManager.cs b/TShockAPI/ConfigurationManager.cs index 2b06d766..7e7c48cc 100644 --- a/TShockAPI/ConfigurationManager.cs +++ b/TShockAPI/ConfigurationManager.cs @@ -77,8 +77,7 @@ namespace TShockAPI { return; } - else - FileTools.CreateFile(FileTools.SaveDir + "config.json"); + FileTools.CreateFile(FileTools.SaveDir + "config.json"); ConfigFile cfg = new ConfigFile(); cfg.InvasionMultiplier = 50; cfg.DefaultMaximumSpawns = 4; diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index cf3562b7..a7b242b9 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -15,7 +15,7 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(1, 8, 0, 2); + public static Version VersionNum = new Version(1, 9, 0, 0); public static string VersionCodename = "SPACEEE";