World: remove obsolete TODO comment

[ci skip]
This commit is contained in:
Dylan K. Taylor 2021-05-21 13:10:48 +01:00
parent 2ab751f985
commit e7b21cf9dc
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1033,7 +1033,6 @@ class World implements ChunkManager{
private function orderLightPopulation(int $chunkX, int $chunkZ) : void{
$chunkHash = World::chunkHash($chunkX, $chunkZ);
//TODO: this might need to be checked after adjacent chunks are loaded in future
$lightPopulatedState = $this->chunks[$chunkHash]->isLightPopulated();
if($lightPopulatedState === false){
$this->chunks[$chunkHash]->setLightPopulated(null);