mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-05 05:55:26 +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
|
//init
|
||||||
initCollection();
|
initCollection();
|
||||||
|
|
||||||
//load
|
//DO NOT CALL THIS HERE
|
||||||
register();
|
//register();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user