Merge remote branch 'origin' into general-devel
This commit is contained in:
commit
1b3f105bbf
2 changed files with 0 additions and 4 deletions
|
|
@ -137,8 +137,6 @@ namespace TShockAPI
|
|||
[Description("This will turn on token requirement for the public REST API endpoints.")] public bool
|
||||
EnableTokenEndpointAuthentication;
|
||||
|
||||
[Description("Deprecated. Use ServerName instead.")] public string ServerNickname = "TShock Server";
|
||||
|
||||
[Description("Enable/disable the rest api.")] public bool RestApiEnabled;
|
||||
|
||||
[Description("This is the port which the rest api will listen on.")] public int RestApiPort = 7878;
|
||||
|
|
|
|||
|
|
@ -1671,8 +1671,6 @@ namespace TShockAPI
|
|||
RconHandler.ListenPort = file.RconPort;
|
||||
|
||||
Utils.HashAlgo = file.HashAlgorithm;
|
||||
|
||||
file.ServerName = file.ServerNickname;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue