mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fix for issue #85: Mining procs from odd blocks
This commit is contained in:
parent
b4a3ddba3c
commit
123e96e39d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user