Request for Erik

This commit is contained in:
Zidonuke 2011-12-29 01:56:18 -05:00
parent abbf95f870
commit f360067198
2 changed files with 26 additions and 16 deletions

View file

@ -221,6 +221,9 @@ namespace TShockAPI
[Description("Disable users from being able to login with account password when joining")]
public bool DisableLoginBeforeJoin = false;
[Description("Allows users to register any username with /register")]
public bool AllowRegisterAnyUsername = false;
public static ConfigFile Read(string path)
{