Fixing RCOn

This commit is contained in:
Lucas Nicodemus 2011-09-04 20:20:52 -06:00
parent e8f1193582
commit a14299ee32

View file

@ -190,7 +190,7 @@ namespace TShockAPI
GetDataHandlers.InitGetDataHandler(); GetDataHandlers.InitGetDataHandler();
Commands.InitCommands(); Commands.InitCommands();
RconHandler.StartThread(); //RconHandler.StartThread();
if (Config.BufferPackets) if (Config.BufferPackets)
PacketBuffer = new PacketBufferer(); PacketBuffer = new PacketBufferer();
@ -226,7 +226,7 @@ namespace TShockAPI
Console.WriteLine("Thanks for using TShock! Process ID file is now being destroyed."); Console.WriteLine("Thanks for using TShock! Process ID file is now being destroyed.");
File.Delete(Path.Combine(SavePath, "tshock.pid")); File.Delete(Path.Combine(SavePath, "tshock.pid"));
} }
RconHandler.ShutdownAllThreads(); //RconHandler.ShutdownAllThreads();
} }
/// <summary> /// <summary>