Fix formatting error in PR

This commit is contained in:
cpw 2013-07-28 19:15:00 +02:00
parent 94045ea73e
commit 5c5cf3e7e7

View file

@ -122,7 +122,7 @@ public abstract class BlockFluidBase extends Block implements IFluidBlock
return false;
}
if (this.density > getDensity(world, x, y, z))
if (this.density > getDensity(world, x, y, z))
{
return true;
}