mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fix for issue #85: Mining procs from odd blocks
This commit is contained in:
@ -251,7 +251,8 @@ public class Mining
|
||||
break;
|
||||
}
|
||||
|
||||
blockProcCheck(block, player);
|
||||
if(canBeSuperBroken(block))
|
||||
blockProcCheck(block, player);
|
||||
PP.addXP(SkillType.MINING, xp, player);
|
||||
Skills.XpCheckSkill(SkillType.MINING, player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user