mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
SubChunkExplorer: Protect world field
This commit is contained in:
@ -29,7 +29,7 @@ use pocketmine\world\format\SubChunk;
|
||||
|
||||
class SubChunkExplorer{
|
||||
/** @var ChunkManager */
|
||||
public $world;
|
||||
protected $world;
|
||||
|
||||
/** @var Chunk|null */
|
||||
public $currentChunk;
|
||||
|
Reference in New Issue
Block a user