Enabled RCON.
This commit is contained in:
parent
7b23669e2f
commit
5939c3256a
3 changed files with 28 additions and 10 deletions
|
|
@ -190,7 +190,7 @@ namespace TShockAPI
|
|||
|
||||
GetDataHandlers.InitGetDataHandler();
|
||||
Commands.InitCommands();
|
||||
//RconHandler.StartThread();
|
||||
RconHandler.StartThread();
|
||||
|
||||
if (Config.BufferPackets)
|
||||
PacketBuffer = new PacketBufferer();
|
||||
|
|
@ -226,6 +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();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue