Removed redundant override

This commit is contained in:
Dylan K. Taylor 2017-03-17 18:14:18 +00:00
parent fdf71841e1
commit 3188f1c053

View File

@ -37,10 +37,6 @@ class NetherWartPlant extends Flowable{
$this->meta = $meta; $this->meta = $meta;
} }
public function canBeReplaced(){
return false;
}
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){ public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
$down = $this->getSide(Vector3::SIDE_DOWN); $down = $this->getSide(Vector3::SIDE_DOWN);
if($down->getId() === Block::SOUL_SAND){ if($down->getId() === Block::SOUL_SAND){