diff --git a/src/world/format/Chunk.php b/src/world/format/Chunk.php index fad5d1393..7733fd36f 100644 --- a/src/world/format/Chunk.php +++ b/src/world/format/Chunk.php @@ -84,10 +84,10 @@ class Chunk{ protected $biomeIds; /** @var CompoundTag[]|null */ - protected $NBTtiles = []; + protected $NBTtiles; /** @var CompoundTag[]|null */ - protected $NBTentities = []; + protected $NBTentities; /** * @param int $chunkX