From f9da0f3ece011729a2f679f9530df377057467ac Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 21 Feb 2019 13:09:05 +0000 Subject: [PATCH] Sapling: remove dead TODO --- src/pocketmine/block/Sapling.php | 1 - 1 file changed, 1 deletion(-) 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();