diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index fbee24a6..f4e8a8a4 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -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) {