diff --git a/TShockAPI/Rest/RestPermissions.cs b/TShockAPI/Rest/RestPermissions.cs index f93951d6..8f74cd14 100644 --- a/TShockAPI/Rest/RestPermissions.cs +++ b/TShockAPI/Rest/RestPermissions.cs @@ -18,8 +18,12 @@ along with this program. If not, see . using System.ComponentModel; +// Since the permission nodes have annotations that say what they are, we don't need XML comments. +#pragma warning disable 1591 + namespace Rests { + /// Contains the REST permission nodes used in TShock. public static class RestPermissions { // tshock.rest.bans nodes