mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-27 05:13:46 +00:00
ConcretePowder: fix CS
This commit is contained in:
parent
1366a43c22
commit
0edf2ea6a4
@ -54,7 +54,7 @@ class ConcretePowder extends Opaque implements Fallable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function tickFalling() : ?Block{
|
public function tickFalling() : ?Block{
|
||||||
if ($this->getAdjacentWater() === null) {
|
if($this->getAdjacentWater() === null){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return VanillaBlocks::CONCRETE()->setColor($this->color);
|
return VanillaBlocks::CONCRETE()->setColor($this->color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user