I noticed that everything got darker, it looks like a SkyLight bug. Screenshots: http://imgur.com/a/oLXez Anything I can do to fix it? It looks strange if everything looks so dark and "foggy". I'm using PocketMine-MP 1.6.2dev (from here)
Temporary Solution: Spoiler: Don't do this on Professional Servers! On older worlds, the lighting is messed up. Set light-updates in the chunk-ticking section of the pocketmine.yml to true and change line 2654 of Level.php from PHP: if(!$chunk->isLightPopulated() and $chunk->isPopulated() and $this->getServer()->getProperty("chunk-ticking.light-updates", false)){ to PHP: if($chunk->isPopulated() and $this->getServer()->getProperty("chunk-ticking.light-updates", false)){
@WinterBuild7074 I have the same bug. @jasonwynn10 I tried what you tell him to do ; it's better but some places are still bug
What can I do if a new MCPE version will come and I need to update? Do I always need to ask here for a new phar? Or will PocketMine fix that problem in the next update(s)?
you only need to restart the server a few times with this phar version. after all the lightning is fixed, it will transfer back to the old phar or any updates