Optionally ends with 'y', who knew?

This commit is contained in:
Jerom van der Sar 2013-07-06 19:09:32 +02:00
parent 8ca518528f
commit 5868540cbb

View File

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