summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/commands/Commandbreak.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/commands/Commandbreak.java')
-rw-r--r--Essentials/src/net/ess3/commands/Commandbreak.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandbreak.java b/Essentials/src/net/ess3/commands/Commandbreak.java
index c2e14567a..f8a9a2e08 100644
--- a/Essentials/src/net/ess3/commands/Commandbreak.java
+++ b/Essentials/src/net/ess3/commands/Commandbreak.java
@@ -25,7 +25,7 @@ public class Commandbreak extends EssentialsCommand
}
if (block.getType() == Material.BEDROCK && !Permissions.BREAK_BEDROCK.isAuthorized(user))
{
- throw new Exception(_("You are not allowed to destroy bedrock."));
+ throw new Exception(_("ยง4You are not allowed to destroy bedrock."));
}
//final List<ItemStack> list = (List<ItemStack>)block.getDrops();
//final BlockBreakEvent event = new BlockBreakEvent(block, user.getBase(), list);