Because loading a config we hadn't made yet makes sense

This commit is contained in:
NuclearW
2012-05-23 15:32:58 -04:00
parent 450e938092
commit 83a3488d0d
4 changed files with 19 additions and 3 deletions

View File

@ -18,6 +18,7 @@ public class SpoutConfig extends ConfigLoader {
public SpoutConfig(mcMMO plugin) {
super(plugin, "spout.yml");
saveIfNotExist();
}
public boolean getShowPowerLevel() { return config.getBoolean("HUD.Show_Power_Level", true); }