Fixed bug where Blast Mining was awarding too much XP

This commit is contained in:
GJ
2013-03-08 08:45:16 -05:00
parent 3f71dab0b1
commit 0654f27599
2 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,6 @@ public class MiningManager extends SkillManager{
if (!mcMMO.placeStore.isTrue(blockState)) {
for (int i = 1; i < dropMultiplier; i++) {
xp += Mining.getBlockXp(blockState);
Mining.handleSilkTouchDrops(blockState); // Bonus drops - should drop the block & not the items
}
}