summaryrefslogtreecommitdiffstats
path: root/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-07-07 04:14:50 +0100
committerKHobbits <rob@khobbits.co.uk>2011-07-07 04:14:50 +0100
commit34568ea8fc2249cc3edee9a259122b0b4316d478 (patch)
tree051f24907e9d64eb2333797b1b01dba8a661f0e4 /EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java
parent209a9a2f958a583b3d50dd7a60c62a3df17a8b70 (diff)
parent56a2398d9bf7bb946066006781b10360ec1997b4 (diff)
downloadEssentials-34568ea8fc2249cc3edee9a259122b0b4316d478.tar
Essentials-34568ea8fc2249cc3edee9a259122b0b4316d478.tar.gz
Essentials-34568ea8fc2249cc3edee9a259122b0b4316d478.tar.lz
Essentials-34568ea8fc2249cc3edee9a259122b0b4316d478.tar.xz
Essentials-34568ea8fc2249cc3edee9a259122b0b4316d478.zip
Merge branch 'master' of github.com:khobbits/Essentials
Conflicts: Essentials/src/com/earth2me/essentials/commands/Commandhelp.java
Diffstat (limited to 'EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java')
-rw-r--r--EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java
index df713fc31..634b447c7 100644
--- a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java
+++ b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanucheckp.java
@@ -22,7 +22,7 @@ public class Commandmanucheckp extends EssentialsCommand
}
final String player = args[0];
final String perm = args[1];
- String command = "/permissions "+player+" has "+perm;
+ String command = "permissions "+player+" has "+perm;
sender.sendMessage(commandLabel + " is deprecated. Use " + command + " instead.");
ess.getServer().dispatchCommand(sender, command);
}