mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
do not call register() in super
This commit is contained in:
parent
e354e7b89b
commit
9d0dd7ecd6
@ -25,8 +25,8 @@ public abstract class ConfigCollection<T> extends Config implements Registers, G
|
|||||||
//init
|
//init
|
||||||
initCollection();
|
initCollection();
|
||||||
|
|
||||||
//load
|
//DO NOT CALL THIS HERE
|
||||||
register();
|
//register();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user