Remove game booster button
This commit is contained in:
parent
09d2c00f66
commit
22bb56dfda
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user