mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -27,7 +27,7 @@ use pocketmine\level\Level;
|
||||
abstract class BaseChunk implements Chunk{
|
||||
|
||||
/** @var ChunkSection[] */
|
||||
protected $sections = array();
|
||||
protected $sections = [];
|
||||
protected $level;
|
||||
|
||||
protected $x;
|
||||
|
Reference in New Issue
Block a user