From a14299ee32f8fc38a5b4814eb1c89525032879e6 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 4 Sep 2011 20:20:52 -0600 Subject: [PATCH] Fixing RCOn --- TShockAPI/TShock.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 8d8e96f0..89038817 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -190,7 +190,7 @@ namespace TShockAPI GetDataHandlers.InitGetDataHandler(); Commands.InitCommands(); - RconHandler.StartThread(); + //RconHandler.StartThread(); if (Config.BufferPackets) PacketBuffer = new PacketBufferer(); @@ -226,7 +226,7 @@ namespace TShockAPI Console.WriteLine("Thanks for using TShock! Process ID file is now being destroyed."); File.Delete(Path.Combine(SavePath, "tshock.pid")); } - RconHandler.ShutdownAllThreads(); + //RconHandler.ShutdownAllThreads(); } ///