diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index eb391ef1..2532950a 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -195,7 +195,7 @@ namespace TShockAPI [Description("Allows users to register any username with /register")] public bool AllowRegisterAnyUsername; - [Description("Allows users to register any username with /register")] + [Description("Allows users to login with any username with /login")] public bool AllowLoginAnyUsername; public static ConfigFile Read(string path)