summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandme.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandme.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandme.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandme.java b/Essentials/src/com/earth2me/essentials/commands/Commandme.java
index 123e7e31e..d338a102a 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandme.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandme.java
@@ -2,6 +2,7 @@ package com.earth2me.essentials.commands;
import org.bukkit.Server;
import com.earth2me.essentials.User;
+import com.earth2me.essentials.Util;
public class Commandme extends EssentialsCommand
@@ -16,7 +17,7 @@ public class Commandme extends EssentialsCommand
{
if (user.isMuted())
{
- user.sendMessage("ยง7Your voice has been silenced");
+ user.sendMessage(Util.i18n("voiceSilenced"));
return;
}