mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +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;
|
||||
|
||||
class Egg extends ProjectileItem{
|
||||
public function __construct(int $meta = 0){
|
||||
parent::__construct(self::EGG, $meta, "Egg");
|
||||
public function __construct(){
|
||||
parent::__construct(self::EGG, 0, "Egg");
|
||||
}
|
||||
|
||||
public function getMaxStackSize() : int{
|
||||
|
Loading…
x
Reference in New Issue
Block a user