1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Ignore self damage in teleport entity protection.

This commit is contained in:
KHobbits
2012-12-29 07:35:26 +00:00
parent adfa7b8739
commit 092850792f
2 changed files with 2 additions and 2 deletions

View File

@@ -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