SubChunkExplorer: Protect world field

This commit is contained in:
Dylan K. Taylor 2021-04-15 23:32:30 +01:00
parent bf67170504
commit ebd19f5a70
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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