Skip to content

Commit b9ba469

Browse files
committed
Remove accidental space addition
1 parent 2cc638a commit b9ba469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/block/Liquid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ protected function flowIntoBlock(Block $block, int $newFlowDecay, bool $falling)
345345
if($this->canFlowInto($block) && !($block instanceof Liquid)){
346346
$ev = new BlockSpreadEvent($block, $this->position->getWorld()->getBlock($this->position), $this->getFlowResult($block, $newFlowDecay, $falling));
347347
$ev->call();
348-
349348
if(!$ev->isCancelled()){
350349
$world = $this->position->getWorld();
351350
if((!$block instanceof CoveredByWater || !$block->canBeCoveredByFlowing()) && $block->getTypeId() !== BlockTypeIds::AIR){

0 commit comments

Comments
 (0)