mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-05 09:39:56 +00:00
Removed autogenerated stub TODO from BoneBlock
This commit is contained in:
parent
53ef9b653a
commit
c8fd0eaf8b
@ -60,7 +60,7 @@ class BoneBlock extends Solid{
|
|||||||
|
|
||||||
public function getDrops(Item $item) : array{
|
public function getDrops(Item $item) : array{
|
||||||
if($item->isPickaxe() >= Tool::TIER_WOODEN){
|
if($item->isPickaxe() >= Tool::TIER_WOODEN){
|
||||||
return parent::getDrops($item); // TODO: Change the autogenerated stub
|
return parent::getDrops($item);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user