Fixing RCOn
This commit is contained in:
parent
e8f1193582
commit
a14299ee32
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue