Small fix to config

This commit is contained in:
Leonardo
2021-10-19 19:15:07 +02:00
parent fe8a847637
commit 0551fbb2d4
@@ -344,6 +344,7 @@ public class LodConfig
+ " if a chunk has been pre-generated, then the mod would use the real chunk for the \n"
+ "fake chunk creation. May require a deletion of the lod file to see the result. \n")
.define("Use pre-generated chunks", false);*/
builder.pop();
}
}