mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Fixed #2037
This commit is contained in:
parent
97c87aa8fa
commit
dcfb7a7ac4
@ -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;
|
||||||
|
@ -635,7 +635,7 @@ class Level implements ChunkManager, Metadatable{
|
|||||||
$this->chunkTickList = [];
|
$this->chunkTickList = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __debugInfo(){
|
public function __debugInfo(){
|
||||||
return get_class($this);
|
return get_class($this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user