Fix abilities wearing off instantly

This commit is contained in:
nossr50
2019-06-16 06:55:51 -07:00
parent 5a48b568ef
commit 84704007ac
2 changed files with 33 additions and 48 deletions

View File

@@ -168,6 +168,7 @@ public class SkillUtils {
itemMeta.setLore(itemLore);
heldItem.setItemMeta(itemMeta);
player.updateInventory();
/*else {
int duration = 0;