Skip to content

Commit

Permalink
Republish v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YaBoiLewis committed Dec 15, 2017
1 parent 7965010 commit 790be11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VGCore/enchantment/handler/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function trueAxe(Entity $player, $block, Block $oldblock = null) {
}
$player->getLevel()->useBreakOn($side, $item, $player);
$this->plugin->mined[$player->getLowerCaseName()]++;
$this->cutTree($player, $side, $block);
$this->trueAxe($player, $side, $block);
}
} else if ($block instanceof Wood2) {
$item = $player->getInventory()->getItemInHand();
Expand Down

0 comments on commit 790be11

Please sign in to comment.