This call was not as redundant as I thought hehe

This commit is contained in:
Nick 2016-01-13 16:35:38 -08:00
parent 2b9cede308
commit 14459ddc69

View file

@ -123,7 +123,7 @@ public class ItemSacrificialDagger extends Item
for (int l = 0; l < 8; ++l)
world.spawnParticle(EnumParticleTypes.REDSTONE, posX + Math.random() - Math.random(), posY + Math.random() - Math.random(), posZ + Math.random() - Math.random(), f1, f2, f3);
if (!world.isRemote)
if (!world.isRemote && PlayerHelper.isFakePlayer(player))
return stack;
// TODO - Check if SoulFray is active