Remove more broken/obsolete/dead code
This commit is contained in:
parent
db6c09787d
commit
6e0de64f18
6 changed files with 9 additions and 472 deletions
|
|
@ -106,11 +106,6 @@ namespace TShockAPI
|
|||
[Description("Number of failed login attempts before kicking the player.")]
|
||||
public int MaximumLoginAttempts = 3;
|
||||
|
||||
[Description("Not implemented.")]
|
||||
public string RconPassword = "";
|
||||
[Description("Not implemented.")]
|
||||
public int RconPort = 7777;
|
||||
|
||||
[Description("Used when replying to a rest /status request or sent to the client when UseServerName is true.")]
|
||||
public string ServerName = "";
|
||||
[Description("Sends ServerName in place of the world name to clients.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue