mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-29 20:24:44 +02:00
Forgot to loadKeys()
This commit is contained in:
@ -26,6 +26,7 @@ public class CustomArmorConfig extends ConfigLoader{
|
||||
|
||||
public CustomArmorConfig() {
|
||||
super("ModConfigs", "armor.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static CustomArmorConfig getInstance() {
|
||||
|
@ -26,6 +26,7 @@ public class CustomBlocksConfig extends ConfigLoader {
|
||||
|
||||
public CustomBlocksConfig() {
|
||||
super("ModConfigs", "blocks.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static CustomBlocksConfig getInstance() {
|
||||
|
@ -28,6 +28,7 @@ public class CustomToolsConfig extends ConfigLoader {
|
||||
|
||||
private CustomToolsConfig() {
|
||||
super("ModConfigs", "tools.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static CustomToolsConfig getInstance() {
|
||||
|
Reference in New Issue
Block a user