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:
@ -125,7 +125,7 @@ class DoublePlant extends Flowable{
|
||||
|
||||
if(mt_rand(0, 24) === 0){
|
||||
return [
|
||||
ItemFactory::get(Item::SEEDS, 0, 1)
|
||||
ItemFactory::get(Item::SEEDS)
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user