Rename /saconfig clear to /saconfig clearme. Closes #189

This commit is contained in:
unknown 2014-05-19 19:46:40 +02:00
parent 50d6cf471c
commit 8cb4ef111c
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Mon May 19 19:33:06 CEST 2014
build.number=861
#Mon May 19 19:46:00 CEST 2014
build.number=862

View file

@ -16,7 +16,7 @@ import org.bukkit.entity.Player;
@CommandPermissions(level = AdminLevel.OP, source = SourceType.BOTH)
@CommandParameters(description = "Manage superadmins.",
usage = "/<command> <list | clean | clear [ip] | <add | delete | info> <username>>")
usage = "/<command> <list | clean | clearme [ip] | <add | delete | info> <username>>")
public class Command_saconfig extends TFM_Command
{
@Override
@ -57,7 +57,7 @@ public class Command_saconfig extends TFM_Command
return true;
}
if (args[0].equals("clear"))
if (args[0].equals("clearme"))
{
if (senderIsConsole)
{