mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-14 13:08:45 +01:00
Refactoring a bunch of stuff, more refactoring to come
This commit is contained in:
@@ -37,8 +37,8 @@ public class RepairManager extends SkillManager {
|
||||
private boolean placedAnvil;
|
||||
private int lastClick;
|
||||
|
||||
public RepairManager(McMMOPlayer mcMMOPlayer) {
|
||||
super(mcMMOPlayer, PrimarySkillType.REPAIR);
|
||||
public RepairManager(McMMOPlayer mmoPlayer) {
|
||||
super(mmoPlayer, PrimarySkillType.REPAIR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user