add list items command to display banned items
This commit is contained in:
parent
61c4edfcde
commit
b4d6908f98
2 changed files with 11 additions and 0 deletions
|
|
@ -209,5 +209,10 @@ namespace TShockAPI.DB
|
|||
{
|
||||
return AllowedGroups.Remove(groupName);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue