mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 05:04:43 +02: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