From 91b6ae8b09040f129ca4ae629986295828c415fd Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 25 Jan 2016 12:14:56 +0100 Subject: [PATCH] fixing spec item in menu --- .../game/arcade/gui/spectatorMenu/page/SpectatorPage.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/gui/spectatorMenu/page/SpectatorPage.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/gui/spectatorMenu/page/SpectatorPage.java index 1b687bb71..05b46cc4e 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/gui/spectatorMenu/page/SpectatorPage.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/gui/spectatorMenu/page/SpectatorPage.java @@ -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());