mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Merge branch 'next-major' into modern-world-support
This commit is contained in:
@@ -28,8 +28,8 @@ use pocketmine\world\format\Chunk;
|
||||
use pocketmine\world\format\SubChunk;
|
||||
|
||||
class SubChunkExplorer{
|
||||
public ?Chunk $currentChunk;
|
||||
public ?SubChunk $currentSubChunk;
|
||||
public ?Chunk $currentChunk = null;
|
||||
public ?SubChunk $currentSubChunk = null;
|
||||
|
||||
protected int $currentX;
|
||||
protected int $currentY;
|
||||
|
Reference in New Issue
Block a user