From 705228f42762b34e2a9e506fe9ee3cd242bf03df Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 8 Dec 2019 11:08:07 +0000 Subject: [PATCH] Chunk: remove useless field defaults --- src/world/format/Chunk.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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