From 53231c062281a290ec0a9c802e89d964cac6f5fd Mon Sep 17 00:00:00 2001 From: darkunderdog Date: Fri, 30 Dec 2011 20:33:08 -0600 Subject: [PATCH] fixed wording in config for allowloginanyusername --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)