Added /grow

This commit is contained in:
Deathmax 2011-09-02 11:35:35 +08:00
parent 903c9b4154
commit 3f40437d4b
3 changed files with 43 additions and 2 deletions

View file

@ -132,6 +132,9 @@ namespace TShockAPI
[Description("User can buff other players")]
public static readonly string buffplayer;
[Description("")]
public static readonly string grow;
static Permissions()
{
foreach (var field in typeof(Permissions).GetFields())