summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-06-26 16:17:45 +0200
committersnowleo <schneeleo@gmail.com>2011-06-26 16:17:45 +0200
commit496f2ea19f04eab53aabb1c3f02f4621def9f50b (patch)
tree16eb28615fcecda1f0ae2cdea9fc8979c457b2f0 /EssentialsProtect/src/com/earth2me/essentials/protect
parent6a6b0b77544673eac751038c361a33e5a49b3909 (diff)
downloadEssentials-496f2ea19f04eab53aabb1c3f02f4621def9f50b.tar
Essentials-496f2ea19f04eab53aabb1c3f02f4621def9f50b.tar.gz
Essentials-496f2ea19f04eab53aabb1c3f02f4621def9f50b.tar.lz
Essentials-496f2ea19f04eab53aabb1c3f02f4621def9f50b.tar.xz
Essentials-496f2ea19f04eab53aabb1c3f02f4621def9f50b.zip
Deprecating the old sign code and adding the new code.
Please test everything without EssentialsProtect. The signs should protect themselves.
Diffstat (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
index 42a55c874..f44021bce 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
@@ -249,12 +249,12 @@ public class EssentialsProtectEntityListener extends EntityListener
event.setCancelled(true);
return;
}
- if (EssentialsBlockListener.protectedBlocks.contains(block.getType())
+ /*if (EssentialsBlockListener.protectedBlocks.contains(block.getType())
&& EssentialsBlockListener.isBlockProtected(block))
{
event.setCancelled(true);
return;
- }
+ }*/
}
}