mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-09 07:45:28 +02:00
Fixed Archery using Taming skill level
This commit is contained in:
@@ -18,7 +18,7 @@ public class ArcheryManager {
|
|||||||
public ArcheryManager (Player player) {
|
public ArcheryManager (Player player) {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
this.profile = Users.getProfile(player);
|
this.profile = Users.getProfile(player);
|
||||||
this.skillLevel = profile.getSkillLevel(SkillType.TAMING);
|
this.skillLevel = profile.getSkillLevel(SkillType.ARCHERY);
|
||||||
this.permissionsInstance = Permissions.getInstance();
|
this.permissionsInstance = Permissions.getInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user