mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
fix merge error
This commit is contained in:
@@ -74,6 +74,6 @@ class DoubleSlab extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getPickedItem() : Item{
|
public function getPickedItem() : Item{
|
||||||
return ItemFactory::get($this->getSlabId(), $this->getVariant());
|
return ItemFactory::get($this->singleId, $this->getVariant());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user