Merge branch 'clans-beta' of ssh://184.154.0.242:7999/min/Mineplex into clans-beta
This commit is contained in:
commit
9dcc048953
@ -105,7 +105,7 @@ public class ClanWhoPage extends ClanPageBase
|
||||
lore.add(C.Reset + C.cYellow + "TNT Generator " + C.cWhite + generator);
|
||||
}
|
||||
|
||||
ShopItem shopItem = new ShopItem(ClanIcon.ALLIANCE.getMaterial(), ClanIcon.ALLIANCE.getData(), _lookupClan.getName(), lore.toArray(new String[0]), 1, false, false);
|
||||
ShopItem shopItem = new ShopItem(ClanIcon.CASTLE.getMaterial(), ClanIcon.CASTLE.getData(), _lookupClan.getName(), lore.toArray(new String[0]), 1, false, false);
|
||||
setItem(slot, shopItem);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user