mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
oops, missed one
This commit is contained in:
parent
712cafa0cc
commit
51e13104dc
@ -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{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user