Merge pull request #442 from erikive/general-devel

Added separate permission for userinfo and reason for shutting down
This commit is contained in:
Lucas Nicodemus 2012-04-15 19:31:10 -07:00
commit 550a43f1e4
2 changed files with 9 additions and 4 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;