summaryrefslogtreecommitdiffstats
path: root/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
diff options
context:
space:
mode:
authorKHobbits <KHobbits@KHobbits-PC>2011-06-08 17:41:48 +0100
committerKHobbits <KHobbits@KHobbits-PC>2011-06-08 17:41:48 +0100
commit5a544fd251706f0b41e2b91e67bd94d29233f0d0 (patch)
tree971963fcfc1bb51681a9480bb57731566dffb471 /EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
parentf5fac6f9f53a4385711a929929b274c538201b00 (diff)
downloadEssentials-5a544fd251706f0b41e2b91e67bd94d29233f0d0.tar
Essentials-5a544fd251706f0b41e2b91e67bd94d29233f0d0.tar.gz
Essentials-5a544fd251706f0b41e2b91e67bd94d29233f0d0.tar.lz
Essentials-5a544fd251706f0b41e2b91e67bd94d29233f0d0.tar.xz
Essentials-5a544fd251706f0b41e2b91e67bd94d29233f0d0.zip
Adding group permission alias
Diffstat (limited to 'EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java')
-rw-r--r--EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
index 511a98b66..37f11b985 100644
--- a/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
+++ b/EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
@@ -10,7 +10,7 @@ public class Commandmanulistp extends EssentialsCommand
{
public Commandmanulistp()
{
- super("manuaddp");
+ super("manulistp");
}
@Override