Remove game booster button

This commit is contained in:
Shaun Bennett 2016-06-09 00:22:54 -05:00
parent 09d2c00f66
commit 22bb56dfda
1 changed files with 3 additions and 3 deletions

View File

@ -209,9 +209,9 @@ public class Menu extends ShopPageBase<CosmeticManager, CosmeticShop>
addButton(gameModifierSlot, new ShopItem(Material.TORCH, "Game Modifiers", lore, 1, false), new OpenGameModifiers(this, enabled.get(type)));
if (enabled.containsKey(type)) addGlow(gameModifierSlot);
addButton(boosterSlot, new ShopItem(Material.EMERALD, "Game Boosters",
new String[]{C.Bold + "", C.cDGreen + C.Italics + "Coming soon!"}, 1, false),
(player, clickType) -> openBoosters(player));
// addButton(boosterSlot, new ShopItem(Material.EMERALD, "Game Boosters",
// new String[]{C.Bold + "", C.cDGreen + C.Italics + "Coming soon!"}, 1, false),
// (player, clickType) -> openBoosters(player));
}
private String[] getLore(int ownedCount, int maxCount, String info, String visibility, Gadget enabled)