add list items command to display banned items

This commit is contained in:
Natrim 2012-01-10 10:29:53 +01:00
parent 61c4edfcde
commit b4d6908f98
2 changed files with 11 additions and 0 deletions

View file

@ -209,5 +209,10 @@ namespace TShockAPI.DB
{
return AllowedGroups.Remove(groupName);
}
public override string ToString()
{
return Name;
}
}
}