somepony forgot debug message here
This commit is contained in:
parent
e113982158
commit
4eeb09fb58
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ namespace TShockAPI.DB
|
|||
for (int i = 0; i < groupArr.Count; i++)
|
||||
{
|
||||
groupArr[i] = groupArr[i].Trim();
|
||||
Console.WriteLine(groupArr[i]);
|
||||
//Console.WriteLine(groupArr[i]);
|
||||
}
|
||||
AllowedGroups = groupArr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue