mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed build
This commit is contained in:
@ -1364,7 +1364,7 @@ class World implements ChunkManager{
|
||||
* TODO: phpstan can't infer these types yet :(
|
||||
* @phpstan-var array<int, LightArray> $blockLight
|
||||
* @phpstan-var array<int, LightArray> $skyLight
|
||||
* @phpstan-var array<int, int> $heightMap
|
||||
* @phpstan-var non-empty-list<int> $heightMap
|
||||
*/
|
||||
if($this->unloaded || ($chunk = $this->getChunk($chunkX, $chunkZ)) === null || $chunk->isLightPopulated() === true){
|
||||
return;
|
||||
|
Reference in New Issue
Block a user