瀏覽代碼

Recreate save file after load

Lortseam 4 年之前
父節點
當前提交
aaf810ed3e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/me/lortseam/completeconfig/io/ConfigSource.java

+ 1 - 0
src/main/java/me/lortseam/completeconfig/io/ConfigSource.java

@@ -61,6 +61,7 @@ public final class ConfigSource {
             if (!root.virtual()) {
                 config.apply(root);
             }
+            save(config);
         } catch (ConfigurateException e) {
             LOGGER.error("[CompleteConfig] Failed to load config from file!", e);
         }