mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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{
|
||||
/** @var ChunkManager */
|
||||
public $world;
|
||||
protected $world;
|
||||
|
||||
/** @var Chunk|null */
|
||||
public $currentChunk;
|
||||
|
Loading…
x
Reference in New Issue
Block a user