mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Merge commit 'a2543ff80d2906bccda1a4e2fdbd9d8e7d147fb3'
This commit is contained in:
@ -38,7 +38,7 @@ class ConcretePowder extends Opaque implements Fallable{
|
||||
|
||||
public function onNearbyBlockChange() : void{
|
||||
if(($block = $this->checkAdjacentWater()) !== null){
|
||||
$this->pos->getWorld()->setBlock($this->pos, $block);
|
||||
$this->pos->getWorldNonNull()->setBlock($this->pos, $block);
|
||||
}else{
|
||||
$this->startFalling();
|
||||
}
|
||||
|
Reference in New Issue
Block a user