mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fix DoubleSlab name (#2177)
This commit is contained in:
parent
126a97b405
commit
e7c5d14af3
@ -35,7 +35,7 @@ abstract class DoubleSlab extends Solid{
|
||||
abstract public function getSlabId() : int;
|
||||
|
||||
public function getName() : string{
|
||||
return "Double " . BlockFactory::get($this->getSlabId(), $this->getVariant())->getName() . " Slab";
|
||||
return "Double " . BlockFactory::get($this->getSlabId(), $this->getVariant())->getName();
|
||||
}
|
||||
|
||||
public function getDropsForCompatibleTool(Item $item) : array{
|
||||
|
Loading…
x
Reference in New Issue
Block a user