From 413f9844b7150ca80c13717624432a78d25b5b80 Mon Sep 17 00:00:00 2001 From: Vorspire Date: Sun, 23 Aug 2015 01:43:12 +0100 Subject: [PATCH] - Disable WebStatus by default. --- Scripts/Misc/WebStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Misc/WebStatus.cs b/Scripts/Misc/WebStatus.cs index 7aac70469..ae8895929 100644 --- a/Scripts/Misc/WebStatus.cs +++ b/Scripts/Misc/WebStatus.cs @@ -13,7 +13,7 @@ namespace Server.Misc { public class StatusPage : Timer { - public static readonly bool Enabled = true; + public static readonly bool Enabled = false; private static HttpListener _Listener;