From 1a9f4d43bcbfe20fadbdd0a8fa93bdf856b868b0 Mon Sep 17 00:00:00 2001 From: high Date: Mon, 5 Sep 2011 23:57:38 -0400 Subject: [PATCH] Disable Rest by default Version Tick --- TShockAPI/ConfigFile.cs | 2 +- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index f8fb8391..7a243147 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -194,7 +194,7 @@ namespace TShockAPI public string ServerNickname = "TShock Server"; [Description("Enable/Disable the rest api.")] - public bool RestApiEnabled = true; + public bool RestApiEnabled = false; [Description("This is the port which the rest api will listen on.")] public int RestApiPort = 7878; diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index f2f36cc1..ba4d3fd1 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.0.0905")] -[assembly: AssemblyFileVersion("3.3.0.0905")] +[assembly: AssemblyVersion("3.3.2.0905")] +[assembly: AssemblyFileVersion("3.3.2.0905")]