From 0d6ae6067c9cb5c383257c798d72fcf491509354 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 27 Nov 2013 12:10:26 +0100 Subject: [PATCH] Fixed #956 BEETROOT_BLOCK typo --- src/material/block/plant/Beetroot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/block/plant/Beetroot.php b/src/material/block/plant/Beetroot.php index d133d8278..b1c517b06 100644 --- a/src/material/block/plant/Beetroot.php +++ b/src/material/block/plant/Beetroot.php @@ -21,7 +21,7 @@ class BeetrootBlock extends FlowableBlock{ public function __construct($meta = 0){ - parent::__construct(BETROOT_BLOCK, $meta, "Beetroot Block"); + parent::__construct(BEETROOT_BLOCK, $meta, "Beetroot Block"); $this->isActivable = true; $this->hardness = 0; }