Drop generateSky log spam

This commit is contained in:
Mike Primm 2021-12-16 14:07:50 -06:00
parent 69a6bb2a2a
commit 9a75210abf

View File

@ -1117,7 +1117,7 @@ public abstract class GenericMapChunkCache extends MapChunkCache {
}
// If no light, do simple generate
if (!hasLight) {
Log.info(String.format("generateSky(%d,%d)", x, z));
//Log.info(String.format("generateSky(%d,%d)", x, z));
bld.generateSky();
}
return bld.build();