1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Update DamageListener.java

This commit is contained in:
DeathlyPanda 2016-07-20 20:31:47 -04:00 committed by GitHub
parent af1649d418
commit 8b7ca4ef92

View File

@ -112,7 +112,7 @@ public class DamageListener implements Listener {
}
}
if (Talisman.checkFor(e, SlimefunItem.getByName("HUNTER_TALISMAN")) && !(e.getEntity() instanceof Player) {
if (Talisman.checkFor(e, SlimefunItem.getByName("HUNTER_TALISMAN")) && !(e.getEntity() instanceof Player)) {
List<ItemStack> newDrops = new ArrayList<ItemStack>();
for (ItemStack drop : e.getDrops()) {
newDrops.add(drop);