mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Some fixes, thanks PhpStorm
This commit is contained in:
@ -45,6 +45,7 @@ class FlowerPot extends Spawnable{
|
||||
return false;
|
||||
}
|
||||
switch($item->getId()){
|
||||
/** @noinspection PhpMissingBreakStatementInspection */
|
||||
case Item::TALL_GRASS:
|
||||
if($item->getDamage() === 1){
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user