Fix more broken docs

Also disables warnings for some specific unused variables
This commit is contained in:
Lucas Nicodemus 2015-04-13 00:01:37 -06:00
parent c6fdd89148
commit 1b835c0597
2 changed files with 19 additions and 1 deletions

View file

@ -2602,7 +2602,7 @@ namespace TShockAPI
TShock.Groups.AddGroup(groupName, null, permissions, TShockAPI.Group.defaultChatColor);
args.Player.SendSuccessMessage("The group was added successfully!");
}
catch (GroupExistsException e)
catch (GroupExistsException)
{
args.Player.SendErrorMessage("That group already exists!");
}