Removed wtf from Liquid

This commit is contained in:
Dylan K. Taylor 2018-10-01 16:20:35 -04:00
parent 94936d0f6b
commit 77fd57e11a

View File

@ -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){ if(!$falling and $newDecay < 0){
$this->level->setBlock($this, BlockFactory::get(Block::AIR)); $this->level->setBlock($this, BlockFactory::get(Block::AIR));
return; return;