mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-11-01 01:19:26 +00:00
Rename /saconfig clear to /saconfig clearme. Closes #189
This commit is contained in:
parent
50d6cf471c
commit
8cb4ef111c
|
@ -1,3 +1,3 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon May 19 19:33:06 CEST 2014
|
#Mon May 19 19:46:00 CEST 2014
|
||||||
build.number=861
|
build.number=862
|
||||||
|
|
|
@ -16,7 +16,7 @@ import org.bukkit.entity.Player;
|
||||||
|
|
||||||
@CommandPermissions(level = AdminLevel.OP, source = SourceType.BOTH)
|
@CommandPermissions(level = AdminLevel.OP, source = SourceType.BOTH)
|
||||||
@CommandParameters(description = "Manage superadmins.",
|
@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
|
public class Command_saconfig extends TFM_Command
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
|
@ -57,7 +57,7 @@ public class Command_saconfig extends TFM_Command
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args[0].equals("clear"))
|
if (args[0].equals("clearme"))
|
||||||
{
|
{
|
||||||
if (senderIsConsole)
|
if (senderIsConsole)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue