forgot the other super constructor for configcollection

This commit is contained in:
nossr50 2019-02-26 20:34:27 -08:00
parent 9d0dd7ecd6
commit b3ed05eb09

View File

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