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