Turn that stupid thing on by default.

This commit is contained in:
Lucas Nicodemus 2011-12-31 16:14:42 -07:00
parent a8e93455c9
commit 89b70f5612
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ namespace TShockAPI
[Description("Allows users to register any username with /register")] public bool AllowRegisterAnyUsername;
[Description("Allows users to login with any username with /login")]
public bool AllowLoginAnyUsername;
public bool AllowLoginAnyUsername = true;
public static ConfigFile Read(string path)
{