diff --git a/src/pocketmine/block/Liquid.php b/src/pocketmine/block/Liquid.php index e81928843..4837278d4 100644 --- a/src/pocketmine/block/Liquid.php +++ b/src/pocketmine/block/Liquid.php @@ -246,7 +246,7 @@ abstract class Liquid extends Transparent{ } } -*/ if($falling !== $this->falling or (!$falling and $newDecay !== $this->decay)){ + if($falling !== $this->falling or (!$falling and $newDecay !== $this->decay)){ if(!$falling and $newDecay < 0){ $this->level->setBlock($this, BlockFactory::get(Block::AIR)); return;