Fix more broken docs
Also disables warnings for some specific unused variables
This commit is contained in:
parent
c6fdd89148
commit
1b835c0597
2 changed files with 19 additions and 1 deletions
|
|
@ -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!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue