mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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{
|
||||
if ($this->getAdjacentWater() === null) {
|
||||
if($this->getAdjacentWater() === null){
|
||||
return null;
|
||||
}
|
||||
return VanillaBlocks::CONCRETE()->setColor($this->color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user