Fixes mcMMO Treefeller-Check [SD-8327]

This commit is contained in:
Christian Koop 2021-08-29 15:26:28 +02:00
parent 1e2a41fd90
commit 5cc632f625
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -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();