Merge branch 'clans-beta' of ssh://184.154.0.242:7999/min/Mineplex into clans-beta

This commit is contained in:
NewGarbo 2015-11-27 04:23:14 +00:00
commit 9dcc048953

View File

@ -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);
}