mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +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:
@ -115,6 +115,6 @@ final class FastChunkSerializer{
|
||||
|
||||
$biomeIds = new BiomeArray($stream->get(256));
|
||||
|
||||
return new Chunk($subChunks, $biomeIds, null, $terrainPopulated);
|
||||
return new Chunk($subChunks, $biomeIds, $terrainPopulated);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user