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

@ -1,2 +0,0 @@
// Assembly Terraria, Version 1.0.0.0

View file

@ -430,7 +430,7 @@ namespace TShockAPI
{ {
if (namepass.Length == 2) if (namepass.Length == 2)
{ {
user.Name = namepass[0]; user.Name = namepass[0].ToLower();
user.Password = namepass[1]; user.Password = namepass[1];
user.Group = args.Parameters[2]; user.Group = args.Parameters[2];
} }