Users shouldn't "leave" when they enter an incorrect password anymore. Just as soon as someone reimplements the OnLeave hook.
This commit is contained in:
parent
62bc28332a
commit
4b77ca549e
5 changed files with 17 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ namespace TShockAPI
|
|||
[Description("Not implemented")] public string RconPassword = "";
|
||||
[Description("Not implemented")] public int RconPort = 7777;
|
||||
|
||||
[Description("Not implemented")] public string ServerName = "";
|
||||
[Description("Used when replying to a rest /status request.")] public string ServerName = "";
|
||||
[Description("Not implemented")] public string MasterServer = "127.0.0.1";
|
||||
|
||||
[Description("Valid types are \"sqlite\" and \"mysql\"")] public string StorageType = "sqlite";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue