Rename to booster group
This commit is contained in:
parent
cbfbd6fe1c
commit
2f1954e41c
@ -210,12 +210,12 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
||||
add(slot, new ItemBuilder(material, 1, data), title, lore, serverTags, serverGroup, button);
|
||||
}
|
||||
|
||||
private void add(int slot, ItemBuilder builder, String title, String[] lore, String[] serverTags, String serverGroup, IButton button)
|
||||
private void add(int slot, ItemBuilder builder, String title, String[] lore, String[] serverTags, String boosterGroup, IButton button)
|
||||
{
|
||||
// Boosters
|
||||
if (serverGroup != null)
|
||||
if (boosterGroup != null)
|
||||
{
|
||||
Booster booster = getPlugin().getBoosterManager().getActiveBooster(serverGroup);
|
||||
Booster booster = getPlugin().getBoosterManager().getActiveBooster(boosterGroup);
|
||||
if (booster != null)
|
||||
{
|
||||
// append to start of lore
|
||||
|
Loading…
Reference in New Issue
Block a user