added permission required to place explosives (tile type 141)

This commit is contained in:
vharonftw 2011-12-11 07:42:24 +08:00
parent ec116a6b4c
commit be9c22e09a
2 changed files with 10 additions and 0 deletions

View file

@ -144,6 +144,9 @@ namespace TShockAPI
[Description("User can change the homes of NPCs.")]
public static readonly string moveNPC;
[Description("Required to be able to place Explosives")]
public static readonly string canexplosive;
static Permissions()
{
foreach (var field in typeof(Permissions).GetFields())