1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 11:13:00 +01:00

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

@@ -87,7 +87,7 @@ public class BlockChecks {
break;
}
if (Material.getMaterial(Config.anvilID).equals(material)) {
if (Material.getMaterial(Config.getRepairAnvilId()).equals(material)) {
return false;
}
else {