diff --git a/src/world/format/SubChunk.php b/src/world/format/SubChunk.php index 2f003ec8c..026c26dcf 100644 --- a/src/world/format/SubChunk.php +++ b/src/world/format/SubChunk.php @@ -32,9 +32,9 @@ class SubChunk implements SubChunkInterface{ private $blockLayers; /** @var LightArray */ - protected $blockLight; + private $blockLight; /** @var LightArray */ - protected $skyLight; + private $skyLight; /** * SubChunk constructor.