Skip to content

Commit

Permalink
item type:fish listeners no longer require a item: argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Apr 29, 2013
1 parent cbbec69 commit 71d4319
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ else if (aH.matchesValueArg("ITEMS, ITEM", arg, ArgumentType.Custom)) {
}
}

if (items.isEmpty()) {
if (items.isEmpty() && !type.name().equalsIgnoreCase("FISH")) {
dB.echoError("Missing ITEMS argument!");
cancel();
}
Expand Down

0 comments on commit 71d4319

Please sign in to comment.