fixed wording in config for allowloginanyusername

This commit is contained in:
darkunderdog 2011-12-30 20:33:08 -06:00
parent eaeb37ced5
commit 53231c0622

View file

@ -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)