fixing spec item in menu
This commit is contained in:
parent
31ef7ffe19
commit
91b6ae8b09
@ -228,7 +228,8 @@ public class SpectatorPage extends
|
||||
lore.add(ChatColor.RESET + C.cYellow + "Height Difference: " + C.cWhite
|
||||
+ UtilMath.trim(1, heightDifference));
|
||||
lore.add(" ");
|
||||
lore.add(ChatColor.RESET + C.Line + "Click to Spectate");
|
||||
lore.add(ChatColor.RESET + C.Line + "Left click to Teleport");
|
||||
lore.add(ChatColor.RESET + C.Line + "Right click to Spectate");
|
||||
SkullMeta skullMeta = ((SkullMeta) item.getItemMeta());
|
||||
skullMeta.setOwner(other.getName());
|
||||
skullMeta.setDisplayName(team.GetColor() + other.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user