mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
This commit is contained in:
@ -32,7 +32,7 @@ use pocketmine\Player;
|
||||
abstract class ContainerInventory extends BaseInventory{
|
||||
/** @var Vector3 */
|
||||
protected $holder;
|
||||
|
||||
|
||||
public function __construct(Vector3 $holder, array $items = [], int $size = null, string $title = null){
|
||||
$this->holder = $holder;
|
||||
parent::__construct($items, $size, $title);
|
||||
|
Reference in New Issue
Block a user