SubChunkExplorer: Protect world field

This commit is contained in:
Dylan K. Taylor
2021-04-15 23:32:30 +01:00
parent bf67170504
commit ebd19f5a70

View File

@ -29,7 +29,7 @@ use pocketmine\world\format\SubChunk;
class SubChunkExplorer{
/** @var ChunkManager */
public $world;
protected $world;
/** @var Chunk|null */
public $currentChunk;