mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 21:15:28 +02:00
Part 1 of reworking ability tools
This commit is contained in:
@@ -10,7 +10,7 @@ public class McMMOPlayerAbilityEvent extends McMMOPlayerSkillEvent {
|
||||
|
||||
protected McMMOPlayerAbilityEvent(Player player, PrimarySkillType skill) {
|
||||
super(player, skill);
|
||||
ability = skill.getAbility();
|
||||
ability = skill.getSuperAbilityType();
|
||||
}
|
||||
|
||||
public SuperAbilityType getAbility() {
|
||||
|
Reference in New Issue
Block a user