Server password in tshock now, you can login with your account password now
This commit is contained in:
parent
b353f62336
commit
da5de78155
4 changed files with 133 additions and 23 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue