Config overhaul is DONE!

This commit is contained in:
nossr50
2012-04-26 11:53:21 -07:00
parent 295b7a0701
commit 2729b37b76
18 changed files with 136 additions and 180 deletions

View File

@ -213,7 +213,7 @@ public class Skills {
SpoutPlayer sPlayer = SpoutManager.getPlayer(player);
if (sPlayer.isSpoutCraftEnabled()) {
if (Config.xpbar) {
if (Config.getSpoutXPBarEnabled()) {
SpoutStuff.updateXpBar(player);
}
@ -237,7 +237,7 @@ public class Skills {
if (skillups == 0 && Config.spoutEnabled && player instanceof SpoutPlayer) {
SpoutPlayer sPlayer = (SpoutPlayer) player;
if (sPlayer.isSpoutCraftEnabled()) {
if (Config.xpbar) {
if (Config.getSpoutXPBarEnabled()) {
SpoutStuff.updateXpBar(player);
}
}