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:
@@ -57,8 +57,8 @@ public class FishingManager extends SkillManager {
|
||||
private Location hookLocation;
|
||||
private int fishCaughtCounter = 1;
|
||||
|
||||
public FishingManager(McMMOPlayer mcMMOPlayer) {
|
||||
super(mcMMOPlayer, PrimarySkillType.FISHING);
|
||||
public FishingManager(McMMOPlayer mmoPlayer) {
|
||||
super(mmoPlayer, PrimarySkillType.FISHING);
|
||||
}
|
||||
|
||||
public boolean canShake(Entity target) {
|
||||
|
||||
Reference in New Issue
Block a user