Remove more broken/obsolete/dead code
This commit is contained in:
parent
db6c09787d
commit
6e0de64f18
6 changed files with 9 additions and 472 deletions
|
|
@ -271,7 +271,6 @@ namespace TShockAPI
|
|||
|
||||
GetDataHandlers.InitGetDataHandler();
|
||||
Commands.InitCommands();
|
||||
//RconHandler.StartThread();
|
||||
|
||||
if (Config.RestApiEnabled)
|
||||
RestApi.Start();
|
||||
|
|
@ -1781,9 +1780,6 @@ namespace TShockAPI
|
|||
Netplay.password = "";
|
||||
Netplay.spamCheck = false;
|
||||
|
||||
RconHandler.Password = file.RconPassword;
|
||||
RconHandler.ListenPort = file.RconPort;
|
||||
|
||||
Utils.HashAlgo = file.HashAlgorithm;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue