1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

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