From 514f395280309722625812797bccf954cec5dba8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 10 Aug 2019 19:47:41 +0100 Subject: [PATCH] SubChunk: reduce visibility of blockLight and skyLight fields --- src/world/format/SubChunk.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.