From 44e503eafe886678d7c52eafadd248e5c08c62cf Mon Sep 17 00:00:00 2001 From: Shank Date: Mon, 6 Jun 2011 22:44:38 -0600 Subject: [PATCH] Version 1.9.0.0 --- TShockAPI/ConfigurationManager.cs | 3 +-- TShockAPI/TShock.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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";