mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
missed one
This commit is contained in:
parent
2d8480d801
commit
31336a0d09
@ -33,7 +33,7 @@ abstract class ContainerInventory extends BaseInventory{
|
||||
/** @var Vector3 */
|
||||
protected $holder;
|
||||
|
||||
public function __construct(Vector3 $holder, array $items = [], ?int $size = null, ?string $title = null){
|
||||
public function __construct(Vector3 $holder, array $items = [], ?int $size = null){
|
||||
$this->holder = $holder;
|
||||
parent::__construct($items, $size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user