Browse Source

forgot the other super constructor for configcollection

nossr50 6 years ago
parent
commit
b3ed05eb09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gmail/nossr50/config/ConfigCollection.java

+ 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();
     }
 
     /**