2
0
Эх сурвалжийг харах

forgot the other super constructor for configcollection

nossr50 6 жил өмнө
parent
commit
b3ed05eb09

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

@@ -43,7 +43,7 @@ public abstract class ConfigCollection<T> extends Config implements Registers, G
         initCollection();
 
         //load
-        register();
+        //register();
     }
 
     /**