From fa13c981b7ada180f3ae14dbccd43eff59bbb3fb Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 18 May 2021 21:56:33 -0500 Subject: [PATCH] Add a missing empty line in the config file --- src/main/java/com/backsun/lod/util/LodConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/backsun/lod/util/LodConfig.java b/src/main/java/com/backsun/lod/util/LodConfig.java index 3718c6c02..82a26181f 100644 --- a/src/main/java/com/backsun/lod/util/LodConfig.java +++ b/src/main/java/com/backsun/lod/util/LodConfig.java @@ -46,7 +46,8 @@ public class LodConfig builder.comment(ModInfo.MODNAME + " configuration settings").push("client"); drawLODs = builder - .comment(" If false LODs will not be drawn, \n" + .comment("\n" + + " If false LODs will not be drawn, \n" + " however they will still be generated \n" + " and saved to file for later use.") .define("drawLODs", true);