1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-05 07:04:44 +02:00

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

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