Skip to content

Commit

Permalink
Removed ambiguous check for Heavy Pickaxe
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
Sirse authored Apr 23, 2019
1 parent 63d8898 commit 03c646c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public boolean onBlockDestroyed(ItemStack item, World world, Block block, int x,

if (newblock != null && user instanceof EntityPlayer
&& ForgeHooks.canHarvestBlock(newblock, (EntityPlayer) user, m)
&& ForgeHooks.isToolEffective(item, newblock, m)) {
/*&& ForgeHooks.isToolEffective(item, newblock, m)*/) {
if ((MineFantasyII.isBukkitServer()
&& BukkitUtils.cantBreakBlock((EntityPlayer) user, blockX, blockY, blockZ))) {
continue;
Expand Down

0 comments on commit 03c646c

Please sign in to comment.