mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
World: remove obsolete TODO comment
[ci skip]
This commit is contained in:
parent
2ab751f985
commit
e7b21cf9dc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user