From 7ddab313379c4c99ef5e8f131591b01c1893d2ed Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Sun, 26 Dec 2021 03:50:07 +0000 Subject: [PATCH] Updated comment for config --- .../java/com/seibel/lod/common/wrappers/config/ConfigGui.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java b/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java index bb52a4711..9e600d835 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/config/ConfigGui.java @@ -24,7 +24,7 @@ import java.util.regex.Pattern; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; -// Uses https://github.com/mwanji/toml4j for toml +// Uses https://github.com/TheElectronWill/night-config for toml (only for Fabric since Forge allready includes this) import com.electronwill.nightconfig.toml.*; import com.electronwill.nightconfig.core.file.CommentedFileConfig;