Invalid expression term semicolon fuck off.

This commit is contained in:
Lucas Nicodemus 2011-12-31 16:18:34 -07:00
parent 89b70f5612
commit 73bf4857eb

View file

@ -193,8 +193,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 = true;
[Description("Allows users to login with any username with /login")] public bool AllowLoginAnyUsername = true;
public static ConfigFile Read(string path)
{