Updateting spectator Menu layout.

This commit is contained in:
Sarah 2016-01-25 12:27:19 +01:00
parent 91b6ae8b09
commit c7733bb068
1 changed files with 2 additions and 2 deletions

View File

@ -228,8 +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 + "Left click to Teleport");
lore.add(ChatColor.RESET + C.Line + "Right click to Spectate");
lore.add(ChatColor.YELLOW + "Left Click" + ChatColor.RESET + " Teleport");
lore.add(ChatColor.YELLOW + "Right CLick" + ChatColor.RESET + " Spectate");
SkullMeta skullMeta = ((SkullMeta) item.getItemMeta());
skullMeta.setOwner(other.getName());
skullMeta.setDisplayName(team.GetColor() + other.getName());