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:
Lucas Nicodemus 2012-01-01 18:46:06 -07:00
parent 62bc28332a
commit 4b77ca549e
5 changed files with 17 additions and 3 deletions

View file

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