oops, missed one

This commit is contained in:
Dylan K. Taylor 2018-10-26 16:49:25 +01:00
parent 712cafa0cc
commit 51e13104dc

View File

@ -24,8 +24,8 @@ declare(strict_types=1);
namespace pocketmine\item; namespace pocketmine\item;
class Egg extends ProjectileItem{ class Egg extends ProjectileItem{
public function __construct(int $meta = 0){ public function __construct(){
parent::__construct(self::EGG, $meta, "Egg"); parent::__construct(self::EGG, 0, "Egg");
} }
public function getMaxStackSize() : int{ public function getMaxStackSize() : int{