Merge branch 'next-major' into modern-world-support

This commit is contained in:
Dylan K. Taylor
2022-06-06 17:33:19 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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;