Fix Console Spam with group names

This commit is contained in:
Zidonuke 2011-12-29 16:17:19 -05:00
parent 021728525d
commit 2367598945
2 changed files with 1 additions and 3 deletions

View file

@ -197,7 +197,6 @@ namespace TShockAPI.DB
{
if (ply == null)
return false;
Console.WriteLine(ply.Group.Name);
return AllowedGroups.Contains(ply.Group.Name); // could add in the other permissions in this class instead of a giant if switch.
}