Lower case account names please :)
This commit is contained in:
parent
5458fb567a
commit
4c53f5e672
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (namepass.Length == 2)
|
||||
{
|
||||
user.Name = namepass[0];
|
||||
user.Name = namepass[0].ToLower();
|
||||
user.Password = namepass[1];
|
||||
user.Group = args.Parameters[2];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue