mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
Turn on use of good light again
This commit is contained in:
parent
5b735dab3f
commit
b611d34242
@ -1094,7 +1094,6 @@ public abstract class GenericMapChunkCache extends MapChunkCache {
|
||||
if (!hasLitState) {
|
||||
hasLight = false;
|
||||
}
|
||||
hasLight = false;//DEBUG
|
||||
// If no light, do simple generate
|
||||
if (!hasLight) {
|
||||
//Log.info(String.format("generateSky(%d,%d)", x, z));
|
||||
|
Loading…
Reference in New Issue
Block a user