mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Fixed #2037
This commit is contained in:
parent
97c87aa8fa
commit
dcfb7a7ac4
@ -34,6 +34,7 @@ class DoubleSlab extends Solid{
|
||||
4 => "Brick",
|
||||
5 => "Stone Brick",
|
||||
6 => "Quartz",
|
||||
7 => "",
|
||||
];
|
||||
$this->name = "Double " . $names[$this->meta & 0x07] . " Slab";
|
||||
$this->hardness = 30;
|
||||
|
@ -635,7 +635,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
$this->chunkTickList = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function __debugInfo(){
|
||||
return get_class($this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user