Fix formatting error in PR
This commit is contained in:
parent
94045ea73e
commit
5c5cf3e7e7
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue