fixed wording in config for allowloginanyusername
This commit is contained in:
parent
eaeb37ced5
commit
53231c0622
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue