mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Revert back to separated floor/wall sign
the conditionally useless properties are problematic.
This commit is contained in:
@ -41,7 +41,7 @@ class Bed extends Item{
|
||||
return $this->color;
|
||||
}
|
||||
|
||||
public function getBlock() : Block{
|
||||
public function getBlock(?int $clickedFace = null) : Block{
|
||||
return VanillaBlocks::BED();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user