From 8ca518528fd2c8398ae0f98c43a05f7e853877ec Mon Sep 17 00:00:00 2001 From: Jerom van der Sar Date: Fri, 5 Jul 2013 14:02:43 +0200 Subject: [PATCH] Whoops, fixed the description of /whohas --- appinfo.properties | 6 +++--- buildnumber.properties | 4 ++-- .../TotalFreedomMod/Commands/Command_whohas.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appinfo.properties b/appinfo.properties index 53974a83..700e5bde 100644 --- a/appinfo.properties +++ b/appinfo.properties @@ -1,5 +1,5 @@ -#Fri, 05 Jul 2013 13:49:09 +0200 +#Fri, 05 Jul 2013 14:02:15 +0200 program.VERSION=2.21 -program.BUILDNUM=286 -program.BUILDDATE=07/05/2013 01\:49 PM +program.BUILDNUM=287 +program.BUILDDATE=07/05/2013 02\:02 PM diff --git a/buildnumber.properties b/buildnumber.properties index 82eb0ba7..201fe1de 100644 --- a/buildnumber.properties +++ b/buildnumber.properties @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Fri Jul 05 13:49:09 CEST 2013 -build.number=287 +#Fri Jul 05 14:02:15 CEST 2013 +build.number=288 diff --git a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_whohas.java b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_whohas.java index 2b721b9b..b9dffd48 100644 --- a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_whohas.java +++ b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_whohas.java @@ -12,7 +12,7 @@ import org.bukkit.entity.Player; @CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH) -@CommandParameters(description = "Spy on commands", usage = "/ [smite]", aliases="wh") +@CommandParameters(description = "See who has a block and optionall smite", usage = "/ [smite]", aliases="wh") public class Command_whohas extends TFM_Command { @Override