Lortseam пре 4 година
родитељ
комит
0f69abbb51
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/src/main/java/me/lortseam/completeconfig/data/Config.java

+ 1 - 1
lib/src/main/java/me/lortseam/completeconfig/data/Config.java

@@ -75,7 +75,7 @@ public class Config extends BaseCollection {
      * Loads the config.
      */
     public void load() {
-        if (isEmpty()) {
+        if (!loaded && isEmpty()) {
             if (this instanceof ConfigContainer) {
                 resolve((ConfigContainer) this);
                 if (isEmpty()) {