Skip to content

Commit

Permalink
Fixed double tool damage on Pierce
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac94 committed Dec 23, 2016
1 parent 17a412a commit 7674939
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,6 @@ public boolean onBlockBreak(final BlockBreakEvent evt, int level, boolean usedHa
for (Block b : total) {
ADAPTER.breakBlockNMS(b, evt.getPlayer());
}
Utilities.addUnbreaking(evt.getPlayer(), (int) (total.size() / (float) 1.5), usedHand);
}
return true;
}
Expand Down

0 comments on commit 7674939

Please sign in to comment.