This commit is contained in:
Shoghi Cervantes 2014-09-01 17:47:28 +02:00
parent 97c87aa8fa
commit dcfb7a7ac4
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -635,7 +635,7 @@ class Level implements ChunkManager, Metadatable{
$this->chunkTickList = [];
}
}
public function __debugInfo(){
return get_class($this);
}