rename "Disable Drawing" to "Enable Rendering" in the config

The config name was incorrect.
This commit is contained in:
James Seibel
2021-10-24 15:19:54 -05:00
parent c5a2944d68
commit 16a082b17f
@@ -491,7 +491,7 @@ public class LodConfig
+ " If true, the mod is enabled and fake chunks will be drawn. \n"
+ " If false, the mod will still generate fake chunks, \n"
+ " but they won't be rendered. \n")
.define("Disable Drawing", true);
.define("Enable Rendering", true);
debugMode = builder
.comment("\n\n"