Skip to content

Commit 790be11

Browse files
committed
Republish v0.0.4
1 parent 7965010 commit 790be11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VGCore/enchantment/handler/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function trueAxe(Entity $player, $block, Block $oldblock = null) {
9191
}
9292
$player->getLevel()->useBreakOn($side, $item, $player);
9393
$this->plugin->mined[$player->getLowerCaseName()]++;
94-
$this->cutTree($player, $side, $block);
94+
$this->trueAxe($player, $side, $block);
9595
}
9696
} else if ($block instanceof Wood2) {
9797
$item = $player->getInventory()->getItemInHand();

0 commit comments

Comments
 (0)