1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-19 08:16:24 +02:00

Fixed by Bukkit in CB

This commit is contained in:
GJ 2013-03-16 11:41:16 -04:00
parent e7ee23b871
commit 814ffbe800

@ -157,8 +157,6 @@ public class InventoryListener implements Listener {
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onInventoryClickEvent(InventoryClickEvent event) {
if (event.getSlot() >= 0) {
SkillUtils.removeAbilityBuff(event.getCurrentItem());
}
SkillUtils.removeAbilityBuff(event.getCurrentItem());
}
}