Fix My Profile item name

This commit is contained in:
Sam 2017-11-01 19:37:01 +00:00 committed by Alexander Meech
parent cd4d638963
commit 9684bf7a6d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class HubPlayerManager extends MiniPlugin
inventory.setItem(PartyManager.INTERFACE_SLOT, PartyManager.INTERFACE_ITEM);
_titles.giveBook(player, false);
inventory.setItem(8, new ItemBuilder(Material.SKULL_ITEM, (byte) 3)
.setTitle("My Profile")
.setTitle(C.cGreen + "My Profile")
.setPlayerHead(player.getName())
.build());
}