Removed perks button from accessory GUI.

This commit is contained in:
bconlon 2020-06-18 23:25:17 -07:00
parent 9605e5cb06
commit 64477d6e7d

View file

@ -36,9 +36,11 @@ public class GuiAccessories extends GuiContainer {
public void initGui() {
super.initGui();
/*
if (AetherRankings.isRankedPlayer(this.playerAether.getEntity().getUniqueID()) || this.playerAether.isDonator()) {
this.buttonList.add(new GuiButtonPerks(this.width / 2 - 108, this.height / 2 - 83));
}
*/
this.buttonList.add(new GuiAccessoryButton(this.guiLeft + 8, this.guiTop + 65));
}