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