mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Merge branch 'release/3.4'
This commit is contained in:
commit
7d594ac6d8
@ -132,6 +132,6 @@ abstract class Tree{
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function canOverride(Block $block) : bool{
|
protected function canOverride(Block $block) : bool{
|
||||||
return $block->canBeReplaced() or $block instanceof Wood or $block instanceof Sapling or $block instanceof Leaves;
|
return $block->canBeReplaced() or $block instanceof Sapling or $block instanceof Leaves;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user