added permission required to place explosives (tile type 141)
This commit is contained in:
parent
ec116a6b4c
commit
be9c22e09a
2 changed files with 10 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue