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