mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
fix merge error
This commit is contained in:
parent
a093ba3ed9
commit
02d5f4da85
@ -74,6 +74,6 @@ class DoubleSlab extends Solid{
|
||||
}
|
||||
|
||||
public function getPickedItem() : Item{
|
||||
return ItemFactory::get($this->getSlabId(), $this->getVariant());
|
||||
return ItemFactory::get($this->singleId, $this->getVariant());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user