Minor tweaks

This commit is contained in:
nossr50 2019-09-25 15:54:44 -07:00
parent e8f14eece0
commit d484ccc15e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package com.gmail.nossr50.datatypes.items;
import net.minecraft.server.v1_13_R2.NBTTagCompound;
import net.minecraft.server.v1_14_R1.NBTTagCompound;
import java.util.Objects;

View File

@ -927,7 +927,7 @@ public class McMMOPlayer {
return;
}
if (pluginRef.getEventManager().callPlayerAbilityActivateEvent(player, primarySkillType).isCancelled()) {
if (pluginRef.getEventManager().callPlayerAbilityActivateEvent(player, primarySkillType, superAbility).isCancelled()) {
return;
}