mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Block: Drop unnecessary parameters for ItemFactory::get()
This commit is contained in:
@ -93,7 +93,7 @@ class SnowLayer extends Flowable{
|
||||
|
||||
public function getDropsForCompatibleTool(Item $item) : array{
|
||||
return [
|
||||
ItemFactory::get(Item::SNOWBALL, 0, 1) //TODO: check layer count
|
||||
ItemFactory::get(Item::SNOWBALL) //TODO: check layer count
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user