mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-14 19:44:42 +02:00
PlayerListener cleanup
This commit is contained in:
@ -27,10 +27,6 @@ public class MiningManager extends SkillManager{
|
||||
* @param plugin mcMMO plugin instance
|
||||
*/
|
||||
public void detonate(PlayerInteractEvent event) {
|
||||
if (Misc.isNPC(player)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (skillLevel < BlastMining.rank1) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user