mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 01:39:52 +00:00
SubChunk: reduce visibility of blockLight and skyLight fields
This commit is contained in:
parent
399f9242e0
commit
514f395280
@ -32,9 +32,9 @@ class SubChunk implements SubChunkInterface{
|
||||
private $blockLayers;
|
||||
|
||||
/** @var LightArray */
|
||||
protected $blockLight;
|
||||
private $blockLight;
|
||||
/** @var LightArray */
|
||||
protected $skyLight;
|
||||
private $skyLight;
|
||||
|
||||
/**
|
||||
* SubChunk constructor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user