mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-08 18:28:47 +01: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