Merge branch 'master' of github.com:TShock/TShock

This commit is contained in:
high 2011-07-22 22:51:37 -04:00
commit 65304873a4
2 changed files with 1 additions and 3 deletions

View file

@ -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];
}