Added separate permission for /userinfo

This commit is contained in:
Eriki Iverson 2012-04-15 11:02:57 -05:00
parent 7bfd9d244e
commit a721572d0a
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,8 @@ namespace TShockAPI
{
//Permissions with blank descriptions basically means its described by the commands it gives access to.
[Description("Allows player to get user info")] public static readonly string userinfo;
[Description("")] public static readonly string causeevents;
[Description("Required to be able to build (modify tiles and liquid)")] public static readonly string canbuild;