Drop generateSky log spam
This commit is contained in:
parent
69a6bb2a2a
commit
9a75210abf
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue