diff --git a/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java b/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java index e0e924eba..9f2069629 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/cosmetic/ui/page/Menu.java @@ -209,9 +209,9 @@ public class Menu extends ShopPageBase 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)