From 77fd57e11a936f1afbad8805aaf2139bec1af979 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 1 Oct 2018 16:20:35 -0400 Subject: [PATCH] Removed wtf from Liquid --- src/pocketmine/block/Liquid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;