From 34db81cc514ff577d6018faacea8ff094e83501c Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 26 Jun 2011 15:47:28 +0200 Subject: Corrected all commands of PermCommands onCommand now supports the change of the permissions prefix --- .../src/com/earth2me/essentials/permissions/Commandmangdel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmangdel.java') diff --git a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmangdel.java b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmangdel.java index 52fdc3da2..24ffe2307 100644 --- a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmangdel.java +++ b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmangdel.java @@ -21,7 +21,7 @@ public class Commandmangdel extends EssentialsCommand throw new NotEnoughArgumentsException(); } final String group = args[0]; - String command = "/permissions g:"+group+" delete"; + String command = "permissions g:"+group+" delete"; sender.sendMessage(commandLabel + " is deprecated. Use " + command + " instead."); ess.getServer().dispatchCommand(sender, command); } -- cgit v1.2.3