mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Chunk: removed heighArray parameter from constructor
we don't pass this anywhere, and really it should be dynamically initialized anyway, just like light.
This commit is contained in:
@@ -92,7 +92,6 @@ trait LegacyAnvilChunkTrait{
|
||||
new Chunk(
|
||||
$subChunks,
|
||||
$biomeArray,
|
||||
null,
|
||||
$chunk->getByte("TerrainPopulated", 0) !== 0
|
||||
),
|
||||
($entitiesTag = $chunk->getTag("Entities")) instanceof ListTag ? self::getCompoundList("Entities", $entitiesTag) : [],
|
||||
|
Reference in New Issue
Block a user