ソースを参照

do not call register() in super

nossr50 6 年 前
コミット
9d0dd7ecd6

+ 2 - 2
src/main/java/com/gmail/nossr50/config/ConfigCollection.java

@@ -25,8 +25,8 @@ public abstract class ConfigCollection<T> extends Config implements Registers, G
         //init
         initCollection();
 
-        //load
-        register();
+        //DO NOT CALL THIS HERE
+        //register();
     }
 
     /**