mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 17:20:02 +00:00
Fix #831
This commit is contained in:
parent
0ad0071107
commit
9ac72026b9
@ -23,5 +23,10 @@ class WoodStairsBlock extends StairBlock{
|
|||||||
public function __construct($meta = 0){
|
public function __construct($meta = 0){
|
||||||
parent::__construct(WOOD_STAIRS, $meta, "Wood Stairs");
|
parent::__construct(WOOD_STAIRS, $meta, "Wood Stairs");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDrops(Item $item, Player $player){
|
||||||
|
return array(
|
||||||
|
array($this->id, 0, 1),
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user