Lortseam před 4 roky
rodič
revize
e0a1023590

+ 1 - 1
src/main/java/me/lortseam/completeconfig/ConfigHandler.java

@@ -109,7 +109,7 @@ public final class ConfigHandler {
      * Saves the config to a save file.
      */
     public void save() {
-        CommentedConfigurationNode root = CommentedConfigurationNode.root();
+        CommentedConfigurationNode root = loader.createNode();
         config.fetch(root);
         try {
             loader.save(root);