Oops forgot some things.

This commit is contained in:
Zidonuke 2011-12-29 00:41:02 -05:00
parent b7d84d6855
commit 2e5155e1c0
2 changed files with 3 additions and 3 deletions

View file

@ -509,7 +509,7 @@ namespace TShockAPI
return TShock.Groups.groups[i];
}
}
return new Group("default");
return new Group(TShock.Config.DefaultGuestGroupName);
}
/// <summary>