mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Make BlockInventory non-abstract
This commit is contained in:
parent
8c2ca098e1
commit
ff55f5e9ac
@ -25,7 +25,7 @@ namespace pocketmine\inventory;
|
||||
|
||||
use pocketmine\math\Vector3;
|
||||
|
||||
abstract class BlockInventory extends BaseInventory{
|
||||
class BlockInventory extends BaseInventory{
|
||||
/** @var Vector3 */
|
||||
protected $holder;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user