mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Cleaned up SubChunk implementation
This commit is contained in:
@ -72,7 +72,7 @@ class McRegion extends BaseLevelProvider{
|
||||
$subChunk = $subChunks[$y];
|
||||
$ids .= $subChunk->getBlockIdColumn($x, $z);
|
||||
$data .= $subChunk->getBlockDataColumn($x, $z);
|
||||
$skyLight .= $subChunk->getSkyLightColumn($x, $z);
|
||||
$skyLight .= $subChunk->getBlockSkyLightColumn($x, $z);
|
||||
$blockLight .= $subChunk->getBlockLightColumn($x, $z);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user