diff --git a/buildnumber.properties b/buildnumber.properties index 9e1f0d1c..d7db543d 100644 --- a/buildnumber.properties +++ b/buildnumber.properties @@ -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 diff --git a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java index b68a4da2..a104a8b1 100644 --- a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java +++ b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java @@ -16,7 +16,7 @@ import org.bukkit.entity.Player; @CommandPermissions(level = AdminLevel.OP, source = SourceType.BOTH) @CommandParameters(description = "Manage superadmins.", - usage = "/ >") + usage = "/ >") 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) {