Merge branch 'master' of github.com:TShock/TShock
This commit is contained in:
commit
65304873a4
2 changed files with 1 additions and 3 deletions
|
|
@ -430,7 +430,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