1.13.2 related bugfixes for the new item tracking

This commit is contained in:
nossr50
2020-08-18 20:24:45 -07:00
parent 557cfe3944
commit e5f1738168
8 changed files with 73 additions and 42 deletions

View File

@ -37,7 +37,7 @@ public class AbilityDisableTask extends BukkitRunnable {
switch (ability) {
case SUPER_BREAKER:
case GIGA_DRILL_BREAKER:
SkillUtils.handleAbilitySpeedDecrease(player);
SkillUtils.removeAbilityBoostsFromInventory(player);
// Fallthrough
case BERSERK: