mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed slab placement, close #145
This commit is contained in:
@ -54,7 +54,7 @@ class Air extends Transparent{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function canBeReplaced() : bool{
|
||||
public function canBeReplaced(Block $with = null) : bool{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user