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
commitaa1e0cdc593f666763e932d42d1edacc7a44d73e (patch)
treef1c9f8aa32d51cccaf994406299d349bc460b545 /EssentialsPermissionsCommands/src/com/earth2me/essentials/permissions/Commandmanulistp.java
parent776cf202a61faab4b1ba0ab1c29f09b1948d3b78 (diff)
downloadEssentials-aa1e0cdc593f666763e932d42d1edacc7a44d73e.tar
Essentials-aa1e0cdc593f666763e932d42d1edacc7a44d73e.tar.gz
Essentials-aa1e0cdc593f666763e932d42d1edacc7a44d73e.tar.lz
Essentials-aa1e0cdc593f666763e932d42d1edacc7a44d73e.tar.xz
Essentials-aa1e0cdc593f666763e932d42d1edacc7a44d73e.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