mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed #2037
This commit is contained in:
@ -34,6 +34,7 @@ class DoubleSlab extends Solid{
|
|||||||
4 => "Brick",
|
4 => "Brick",
|
||||||
5 => "Stone Brick",
|
5 => "Stone Brick",
|
||||||
6 => "Quartz",
|
6 => "Quartz",
|
||||||
|
7 => "",
|
||||||
];
|
];
|
||||||
$this->name = "Double " . $names[$this->meta & 0x07] . " Slab";
|
$this->name = "Double " . $names[$this->meta & 0x07] . " Slab";
|
||||||
$this->hardness = 30;
|
$this->hardness = 30;
|
||||||
|
Reference in New Issue
Block a user