Change Spout Config file to only load if Spout is enabled.

Removed unused imports.
This commit is contained in:
GJ
2012-05-23 14:31:03 -04:00
parent b88e076f27
commit 450e938092
13 changed files with 23 additions and 30 deletions

View File

@ -20,7 +20,6 @@ public class SpoutConfig extends ConfigLoader {
super(plugin, "spout.yml");
}
public boolean spoutEnabled;
public boolean getShowPowerLevel() { return config.getBoolean("HUD.Show_Power_Level", true); }
public String getMenuKey() { return config.getString("Menu.Key", "KEY_M"); }