mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
Removed wtf from Liquid
This commit is contained in:
parent
94936d0f6b
commit
77fd57e11a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user