summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/commands/Commandworth.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/commands/Commandworth.java')
-rw-r--r--Essentials/src/net/ess3/commands/Commandworth.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandworth.java b/Essentials/src/net/ess3/commands/Commandworth.java
index 9c9c2afac..e7f99a6de 100644
--- a/Essentials/src/net/ess3/commands/Commandworth.java
+++ b/Essentials/src/net/ess3/commands/Commandworth.java
@@ -38,7 +38,7 @@ public class Commandworth extends EssentialsCommand
final double worth = ess.getWorth().getPrice(iStack);
if (Double.isNaN(worth))
{
- throw new Exception(_("That item cannot be sold to the server."));
+ throw new Exception(_("§4That item cannot be sold to the server."));
}
user.sendMessage(
@@ -76,7 +76,7 @@ public class Commandworth extends EssentialsCommand
final double worth = ess.getWorth().getPrice(iStack);
if (Double.isNaN(worth))
{
- throw new Exception(_("That item cannot be sold to the server."));
+ throw new Exception(_("§4That item cannot be sold to the server."));
}
sender.sendMessage(