diff --git a/src/main/java/net/citizensnpcs/editor/EquipmentEditor.java b/src/main/java/net/citizensnpcs/editor/EquipmentEditor.java index ebe1f5a3e..936f9cf70 100644 --- a/src/main/java/net/citizensnpcs/editor/EquipmentEditor.java +++ b/src/main/java/net/citizensnpcs/editor/EquipmentEditor.java @@ -27,10 +27,10 @@ public class EquipmentEditor extends Editor { @Override public void begin() { - Messaging.send(player, "Entered the equipment editor!"); - Messaging.send(player, "Right click to equip armor and items."); - Messaging.send(player, "Right click while crouching to equip armor in the NPC's hand."); - Messaging.send(player, "Right click with an empty hand to remove all armor and items."); + Messaging.send(player, "<2>Entered the equipment editor!"); + Messaging.send(player, "Right click to equip armor and items."); + Messaging.send(player, "Right click while crouching to equip armor in the NPC's hand."); + Messaging.send(player, "Right click with an empty hand to remove all armor and items."); } @Override