Clean up our main class a bit more. Still not perfect, but it's getting

there.
This commit is contained in:
GJ
2013-04-30 15:07:29 -04:00
parent 14050cf096
commit b55ce30b2d
9 changed files with 104 additions and 90 deletions

View File

@ -45,7 +45,7 @@ public class RepairManager extends SkillManager {
return;
}
if (mcMMO.spoutEnabled) {
if (mcMMO.isSpoutEnabled()) {
SpoutPlayer spoutPlayer = SpoutManager.getPlayer(player);
if (spoutPlayer.isSpoutCraftEnabled()) {