Updated Upgrade Shard code

dev
sigonasr2 9 years ago
parent 0c149c9b4a
commit 3da2ca9dfb
  1. BIN
      TwosideKeeper.jar
  2. 1
      src/sig/plugin/TwosideKeeper/TwosideKeeper.java

Binary file not shown.

@ -1013,6 +1013,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
meta.setLore(UPGRADE_SHARD_lore);
UPGRADE_SHARD.setItemMeta(meta);
UPGRADE_SHARD.addUnsafeEnchantment(Enchantment.LUCK, 1);
GenericFunctions.getUpgradeShardTier(UPGRADE_SHARD);
return new CustomItem(UPGRADE_SHARD);
}

Loading…
Cancel
Save