mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Change Spout Config file to only load if Spout is enabled.
Removed unused imports.
This commit is contained in:
@ -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"); }
|
||||
|
||||
|
Reference in New Issue
Block a user