Added /gbuff - buff other players

This commit is contained in:
Deathmax 2011-08-21 12:15:15 +08:00
parent c776f2c06e
commit 8ec358d99f
2 changed files with 57 additions and 4 deletions

View file

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