mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Chunk: remove useless field defaults
This commit is contained in:
parent
6b21f160bd
commit
705228f427
@ -84,10 +84,10 @@ class Chunk{
|
|||||||
protected $biomeIds;
|
protected $biomeIds;
|
||||||
|
|
||||||
/** @var CompoundTag[]|null */
|
/** @var CompoundTag[]|null */
|
||||||
protected $NBTtiles = [];
|
protected $NBTtiles;
|
||||||
|
|
||||||
/** @var CompoundTag[]|null */
|
/** @var CompoundTag[]|null */
|
||||||
protected $NBTentities = [];
|
protected $NBTentities;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $chunkX
|
* @param int $chunkX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user