From 16a082b17f8b1751bf57fe9676771e3b84388aec Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 24 Oct 2021 15:19:54 -0500 Subject: [PATCH] rename "Disable Drawing" to "Enable Rendering" in the config The config name was incorrect. --- src/main/java/com/seibel/lod/config/LodConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/config/LodConfig.java b/src/main/java/com/seibel/lod/config/LodConfig.java index 060454db3..f253e5921 100644 --- a/src/main/java/com/seibel/lod/config/LodConfig.java +++ b/src/main/java/com/seibel/lod/config/LodConfig.java @@ -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"