mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Fixed light population happening before population
This commit is contained in:
@ -158,7 +158,7 @@ abstract class BaseFullChunk implements FullChunk{
|
||||
|
||||
}
|
||||
|
||||
if(!$this->isLightPopulated()){
|
||||
if(!$this->isLightPopulated() and $this->isPopulated()){
|
||||
$this->recalculateHeightMap();
|
||||
$this->populateSkyLight();
|
||||
$this->setLightPopulated();
|
||||
|
Reference in New Issue
Block a user