mirror of
https://github.com/songoda/UltimateTimber.git
synced 2025-02-10 16:51:46 +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;
|
isValid = false;
|
||||||
|
|
||||||
if (ConfigurationManager.Setting.HOOKS_REQUIRE_ABILITY_ACTIVE.getBoolean()
|
if (ConfigurationManager.Setting.HOOKS_REQUIRE_ABILITY_ACTIVE.getBoolean()
|
||||||
&& McMMOHook.isUsingTreeFeller(player))
|
&& !McMMOHook.isUsingTreeFeller(player))
|
||||||
isValid = false;
|
isValid = false;
|
||||||
|
|
||||||
boolean alwaysReplantSapling = ConfigurationManager.Setting.ALWAYS_REPLANT_SAPLING.getBoolean();
|
boolean alwaysReplantSapling = ConfigurationManager.Setting.ALWAYS_REPLANT_SAPLING.getBoolean();
|
||||||
|
Loading…
Reference in New Issue
Block a user