Merge branch 'general-devel' of github.com:TShock/TShock into general-devel

This commit is contained in:
Zack Piispanen 2011-12-10 20:04:51 -05:00
commit 1fb86caaba
3 changed files with 23 additions and 1 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())