Remove pointless if statement
This commit is contained in:
parent
141fb78feb
commit
dd041f0842
1 changed files with 77 additions and 80 deletions
|
@ -563,8 +563,6 @@ public class TEAltar extends TEInventory implements IFluidTank, IFluidHandler, I
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (worldTime % 1 == 0)
|
|
||||||
{
|
|
||||||
if (!canBeFilled)
|
if (!canBeFilled)
|
||||||
{
|
{
|
||||||
if (fluid != null && fluid.amount >= 1)
|
if (fluid != null && fluid.amount >= 1)
|
||||||
|
@ -655,7 +653,6 @@ public class TEAltar extends TEInventory implements IFluidTank, IFluidHandler, I
|
||||||
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
|
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void setActive()
|
public void setActive()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue