Removed permanent storage of config value in Woodcutting

This commit is contained in:
bm01
2013-01-30 00:21:34 +01:00
parent 48b0050451
commit 20aa312173
4 changed files with 28 additions and 22 deletions

View File

@ -117,7 +117,7 @@ public final class TreeFeller {
treeFellerBlocks.add(block);
if (treeFellerBlocks.size() > Woodcutting.TREE_FELLER_THRESHOLD) {
if (treeFellerBlocks.size() > Woodcutting.CONFIG.getTreeFellerThreshold()) {
treeFellerReachedThreshold = true;
return;
}