Update DaggerOfSacrifice.java

This commit is contained in:
Arcaratus 2015-04-19 14:53:46 -04:00
parent bc23585ab2
commit c2c2b1693e

View file

@ -152,7 +152,7 @@ public class DaggerOfSacrifice extends EnergyItems
int posX = (int) Math.round(sacrifice.posX - 0.5f);
int posY = (int) sacrifice.posY;
int posZ = (int) Math.round(sacrifice.posZ - 0.5f);
TEAltar altarEntity = this.getAltar(world, posX, posY, posZ);
IBloodAltar altarEntity = this.getAltar(world, posX, posY, posZ);
if (altarEntity == null)
{