Server password in tshock now, you can login with your account password now

This commit is contained in:
Zidonuke 2011-12-28 20:40:25 -05:00
parent b353f62336
commit da5de78155
4 changed files with 133 additions and 23 deletions

View file

@ -207,6 +207,9 @@ namespace TShockAPI
[Description("The maximum distance players disabled for various reasons can move from")]
public int MaxRangeForDisabled = 10;
[Description("Server password required to join server")]
public string ServerPassword = "";
public static ConfigFile Read(string path)
{