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

do not call register() in super

This commit is contained in:
nossr50
2019-02-26 20:32:22 -08:00
parent e354e7b89b
commit 9d0dd7ecd6

View File

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