summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-01-03 00:07:44 +0100
committersnowleo <schneeleo@gmail.com>2012-01-03 00:07:44 +0100
commit7153676137a23f6780b21682456377b0f86b6fb1 (patch)
tree7e455830ab2356e9f8a7411dc097ecb86149d428 /EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
parentd2c1b24e4bea0b54b1af2a3f78e78eb2c840b51b (diff)
downloadEssentials-7153676137a23f6780b21682456377b0f86b6fb1.tar
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.gz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.lz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.xz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.zip
Starting to break Protect
Diffstat (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
index 699af6a9b..04b9d47df 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java
@@ -6,6 +6,7 @@ import java.util.Locale;
public enum Permissions implements IPermission
{
+ BUILD,
PREVENTDAMAGE_FALL,
PREVENTDAMAGE_NONE
;