Forgot to loadKeys()

This commit is contained in:
bm01
2012-07-03 23:29:26 +02:00
parent c6e5264b7b
commit 51ca29ab9f
8 changed files with 10 additions and 5 deletions

View File

@ -32,6 +32,7 @@ public class TreasuresConfig extends ConfigLoader{
private TreasuresConfig() {
super("treasures.yml");
loadKeys();
}
public static TreasuresConfig getInstance() {