summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-12-29 07:35:26 +0000
committerKHobbits <rob@khobbits.co.uk>2012-12-29 07:35:26 +0000
commitfc89867e4aa83e4124363431c1cf326ba8315a17 (patch)
tree6461a7db1574f9f9caa67dc143e1f5636d854f11 /EssentialsProtect/src/com
parentbbb478c51f3fd4139d0d3ce884a2efc7119b1d83 (diff)
downloadEssentials-fc89867e4aa83e4124363431c1cf326ba8315a17.tar
Essentials-fc89867e4aa83e4124363431c1cf326ba8315a17.tar.gz
Essentials-fc89867e4aa83e4124363431c1cf326ba8315a17.tar.lz
Essentials-fc89867e4aa83e4124363431c1cf326ba8315a17.tar.xz
Essentials-fc89867e4aa83e4124363431c1cf326ba8315a17.zip
Ignore self damage in teleport entity protection.
Diffstat (limited to 'EssentialsProtect/src/com')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
index 1ca9519ce..4770248b9 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java
@@ -233,7 +233,7 @@ public class EssentialsProtectEntityListener implements Listener
event.setCancelled(true);
return;
}
-
+
// This code will prevent explosions near protected rails, signs or protected chests
// TODO: Use protect db instead of this code