Collect unallocated chunks from the Level provider

This commit is contained in:
Shoghi Cervantes
2014-12-07 18:26:59 +01:00
parent e4557a2e8e
commit 68da4b5b39
4 changed files with 9 additions and 3 deletions

View File

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