mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
SubChunkExplorer: Protect world field
This commit is contained in:
parent
bf67170504
commit
ebd19f5a70
@ -29,7 +29,7 @@ use pocketmine\world\format\SubChunk;
|
|||||||
|
|
||||||
class SubChunkExplorer{
|
class SubChunkExplorer{
|
||||||
/** @var ChunkManager */
|
/** @var ChunkManager */
|
||||||
public $world;
|
protected $world;
|
||||||
|
|
||||||
/** @var Chunk|null */
|
/** @var Chunk|null */
|
||||||
public $currentChunk;
|
public $currentChunk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user