summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/commands/Commandvanish.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/commands/Commandvanish.java')
-rw-r--r--Essentials/src/net/ess3/commands/Commandvanish.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandvanish.java b/Essentials/src/net/ess3/commands/Commandvanish.java
index 7b9279e41..76a4b3168 100644
--- a/Essentials/src/net/ess3/commands/Commandvanish.java
+++ b/Essentials/src/net/ess3/commands/Commandvanish.java
@@ -36,7 +36,7 @@ public class Commandvanish extends EssentialsToggleCommand
@Override
protected void informPlayer(final IUser player)
{
- player.sendMessage(getValue(player) ? _("You are now completely invisible to normal users, and hidden from in-game commands.") : _("You are once again visible."));
+ player.sendMessage(getValue(player) ? _("§6You are now completely invisible to normal users, and hidden from in-game commands.") : _("§6You are once again visible."));
}
@Override