mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Another typo
This commit is contained in:
parent
81524362c0
commit
e7c6a0c817
@ -50,7 +50,7 @@ class TallGrassBlock extends FlowableBlock{
|
|||||||
public function getDrops(Item $item, Player $player){
|
public function getDrops(Item $item, Player $player){
|
||||||
$drops = array();
|
$drops = array();
|
||||||
if(mt_rand(1,10) === 1){//Seeds
|
if(mt_rand(1,10) === 1){//Seeds
|
||||||
$drops[] = array(WEATH_SEEDS, 0, 1);
|
$drops[] = array(WHEAT_SEEDS, 0, 1);
|
||||||
}
|
}
|
||||||
return $drops;
|
return $drops;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user