Remove more broken/obsolete/dead code

This commit is contained in:
Lucas Nicodemus 2015-02-28 19:15:19 -07:00
parent db6c09787d
commit 6e0de64f18
6 changed files with 9 additions and 472 deletions

View file

@ -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;
}
}