Turn on use of good light again

This commit is contained in:
Mike Primm 2021-12-24 21:57:14 -06:00
parent 8c50ab8bb0
commit dc413b02cf

View file

@ -1094,7 +1094,6 @@ public abstract class GenericMapChunkCache extends MapChunkCache {
if (!hasLitState) { if (!hasLitState) {
hasLight = false; hasLight = false;
} }
hasLight = false;//DEBUG
// If no light, do simple generate // If no light, do simple generate
if (!hasLight) { if (!hasLight) {
//Log.info(String.format("generateSky(%d,%d)", x, z)); //Log.info(String.format("generateSky(%d,%d)", x, z));