mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed slab placement, close #145
This commit is contained in:
@ -41,7 +41,7 @@ class SnowLayer extends Flowable{
|
||||
return "Snow Layer";
|
||||
}
|
||||
|
||||
public function canBeReplaced() : bool{
|
||||
public function canBeReplaced(Block $with = null) : bool{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user