Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
This commit is contained in:
commit
1fb86caaba
3 changed files with 23 additions and 1 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