Use castle clan icon for /c <clan>
This commit is contained in:
parent
5744178286
commit
faaa1fcf0b
@ -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