summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-10-29 10:36:30 +0100
committerKHobbits <rob@khobbits.co.uk>2011-10-29 10:36:30 +0100
commit094a747db355668e0940603c20c7f35ba6d77c64 (patch)
tree18b8f78f1e756946e14336f83e1ef2935b87ebb9
parent284f48f631d5e9f280b90012d933c9db1051f0b5 (diff)
downloadEssentials-094a747db355668e0940603c20c7f35ba6d77c64.tar
Essentials-094a747db355668e0940603c20c7f35ba6d77c64.tar.gz
Essentials-094a747db355668e0940603c20c7f35ba6d77c64.tar.lz
Essentials-094a747db355668e0940603c20c7f35ba6d77c64.tar.xz
Essentials-094a747db355668e0940603c20c7f35ba6d77c64.zip
More message, in /me
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandme.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandme.java b/Essentials/src/com/earth2me/essentials/commands/Commandme.java
index 17c3cca13..779e78420 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandme.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandme.java
@@ -25,7 +25,7 @@ public class Commandme extends EssentialsCommand
throw new NotEnoughArgumentsException();
}
- String message = getFinalArg(args, 1);
+ String message = getFinalArg(args, 0);
if (user.isAuthorized("essentials.chat.color"))
{
message = message.replaceAll("&([0-9a-f])", "ยง$1");