mirror of
https://github.com/songoda/UltimateTimber.git
synced 2025-02-09 08:11:24 +01:00
Fixes mcMMO Treefeller-Check [SD-8327]
This commit is contained in:
parent
1e2a41fd90
commit
5cc632f625
@ -94,7 +94,7 @@ public class TreeFallManager extends Manager implements Listener {
|
||||
isValid = false;
|
||||
|
||||
if (ConfigurationManager.Setting.HOOKS_REQUIRE_ABILITY_ACTIVE.getBoolean()
|
||||
&& McMMOHook.isUsingTreeFeller(player))
|
||||
&& !McMMOHook.isUsingTreeFeller(player))
|
||||
isValid = false;
|
||||
|
||||
boolean alwaysReplantSapling = ConfigurationManager.Setting.ALWAYS_REPLANT_SAPLING.getBoolean();
|
||||
|
Loading…
Reference in New Issue
Block a user