Whoops, fixed the description of /whohas

This commit is contained in:
Jerom van der Sar 2013-07-05 14:02:43 +02:00
parent 4cbbf10871
commit 8ca518528f
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -12,7 +12,7 @@ import org.bukkit.entity.Player;
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH)
@CommandParameters(description = "Spy on commands", usage = "/<command> <item> [smite]", aliases="wh")
@CommandParameters(description = "See who has a block and optionall smite", usage = "/<command> <item> [smite]", aliases="wh")
public class Command_whohas extends TFM_Command
{
@Override