Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Removed Debug Message
Browse files Browse the repository at this point in the history
  • Loading branch information
prosavage committed Aug 5, 2018
1 parent f18fd50 commit 7babd6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -238,7 +238,7 @@ private ItemStack[] buildItems(FPlayer fme) {
for (int i = 0; i <= expLore.size() - 1; i++) {
expLore.set(i, expLore.get(i).replace("{level}", expLevel + ""));
}
Bukkit.broadcastMessage(P.p.getConfig().getString("fupgrades.MainMenu.Spawners.SpawnerItem.Type"));


ItemStack expItem = P.p.createItem(expMaterial, expAmt, expData, expName, expLore);
if (expLevel >= 1) {
Expand Down

0 comments on commit 7babd6c

Please sign in to comment.