1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-29 23:16:23 +02:00

We don't need this

This commit is contained in:
NuclearW 2012-05-23 15:33:08 -04:00
parent 83a3488d0d
commit 702537e8fd

@ -22,7 +22,6 @@ public class TreasuresConfig extends ConfigLoader{
public static TreasuresConfig getInstance() { public static TreasuresConfig getInstance() {
if (instance == null) { if (instance == null) {
instance = new TreasuresConfig(mcMMO.p); instance = new TreasuresConfig(mcMMO.p);
instance.load();
} }
return instance; return instance;