mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-24 18:01:26 +02:00
Reverted last commit from NuclearW
This commit is contained in:
@ -22,6 +22,7 @@ public class TreasuresConfig extends ConfigLoader{
|
||||
public static TreasuresConfig getInstance() {
|
||||
if (instance == null) {
|
||||
instance = new TreasuresConfig(mcMMO.p);
|
||||
instance.load();
|
||||
}
|
||||
|
||||
return instance;
|
||||
|
Reference in New Issue
Block a user