diff --git a/src/pocketmine/block/Sapling.php b/src/pocketmine/block/Sapling.php index 1511ba343..0211ece7b 100644 --- a/src/pocketmine/block/Sapling.php +++ b/src/pocketmine/block/Sapling.php @@ -67,7 +67,6 @@ class Sapling extends Flowable{ public function onActivate(Item $item, int $face, Vector3 $clickVector, ?Player $player = null) : bool{ if($item->getId() === Item::DYE and $item->getDamage() === 0x0F){ //Bonemeal - //TODO: change log type Tree::growTree($this->getLevel(), $this->x, $this->y, $this->z, new Random(mt_rand()), $this->treeType); $item->pop();