mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-09 18:58:46 +01:00
Removed permanent storage of config value in Woodcutting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user