Fixed slab placement, close #145

This commit is contained in:
Dylan K. Taylor
2017-07-15 17:49:21 +01:00
parent c394aea803
commit f2ff0198cc
9 changed files with 21 additions and 18 deletions

View File

@ -54,7 +54,7 @@ class Air extends Transparent{
return true;
}
public function canBeReplaced() : bool{
public function canBeReplaced(Block $with = null) : bool{
return true;
}