Chunk: remove useless field defaults

This commit is contained in:
Dylan K. Taylor 2019-12-08 11:08:07 +00:00
parent 6b21f160bd
commit 705228f427

View File

@ -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