Drop generateSky log spam
This commit is contained in:
parent
61a71f8a0b
commit
c6673260d7
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 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));
|
||||||
bld.generateSky();
|
bld.generateSky();
|
||||||
}
|
}
|
||||||
return bld.build();
|
return bld.build();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue