mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-11 11:48:46 +01:00
Refactoring a bunch of stuff, more refactoring to come
This commit is contained in:
@@ -21,8 +21,8 @@ import org.bukkit.entity.Player;
|
||||
import java.util.List;
|
||||
|
||||
public class ExcavationManager extends SkillManager {
|
||||
public ExcavationManager(McMMOPlayer mcMMOPlayer) {
|
||||
super(mcMMOPlayer, PrimarySkillType.EXCAVATION);
|
||||
public ExcavationManager(McMMOPlayer mmoPlayer) {
|
||||
super(mmoPlayer, PrimarySkillType.EXCAVATION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user