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

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