Sapling: remove dead TODO

This commit is contained in:
Dylan K. Taylor 2019-02-21 13:09:05 +00:00
parent eabd8ce026
commit f9da0f3ece

View File

@ -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();