mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Fixed #956 BEETROOT_BLOCK typo
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
class BeetrootBlock extends FlowableBlock{
|
class BeetrootBlock extends FlowableBlock{
|
||||||
public function __construct($meta = 0){
|
public function __construct($meta = 0){
|
||||||
parent::__construct(BETROOT_BLOCK, $meta, "Beetroot Block");
|
parent::__construct(BEETROOT_BLOCK, $meta, "Beetroot Block");
|
||||||
$this->isActivable = true;
|
$this->isActivable = true;
|
||||||
$this->hardness = 0;
|
$this->hardness = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user