mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Collect unallocated chunks from the Level provider
This commit is contained in:
@ -105,7 +105,7 @@ abstract class BaseFullChunk implements FullChunk{
|
||||
}
|
||||
|
||||
if(count($heightMap) === 256){
|
||||
$this->heightMap = 256;
|
||||
$this->heightMap = $heightMap;
|
||||
}else{
|
||||
$this->heightMap = array_fill(0, 256, 127);
|
||||
}
|
||||
|
Reference in New Issue
Block a user