We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965010 commit 790be11Copy full SHA for 790be11
src/VGCore/enchantment/handler/Handler.php
@@ -91,7 +91,7 @@ public function trueAxe(Entity $player, $block, Block $oldblock = null) {
91
}
92
$player->getLevel()->useBreakOn($side, $item, $player);
93
$this->plugin->mined[$player->getLowerCaseName()]++;
94
- $this->cutTree($player, $side, $block);
+ $this->trueAxe($player, $side, $block);
95
96
} else if ($block instanceof Wood2) {
97
$item = $player->getInventory()->getItemInHand();
0 commit comments