Turn on use of good light again

This commit is contained in:
Mike Primm 2021-12-24 21:57:14 -06:00
parent 5b735dab3f
commit b611d34242

View File

@ -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));