Fix Console Spam with group names
This commit is contained in:
parent
021728525d
commit
2367598945
2 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue