Skip to content

Commit

Permalink
fix to particlestrait -d flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Apr 13, 2013
1 parent 7a0203a commit 2a132f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/aufdemrand/denizen/CommandHandler.java
Expand Up @@ -546,8 +546,8 @@ public void stopFishing(CommandContext args, CommandSender sender, NPC npc) thro
* Effect
*/
@Command(
aliases = { "npc" }, usage = "effect (--play effect_name) (--wait #)",
desc = "Sets the NPC particle effect.", modifiers = { "effect" },
aliases = { "npc" }, usage = "effect (--play effect_name) (--wait #) (-d)",
desc = "Sets the NPC particle effect.", modifiers = { "effect" }, flags = "d",
min = 1, max = 3, permission = "npc.effect")
@Requirements(selected = true, ownership = true)
public void playEffect(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
Expand Down

0 comments on commit 2a132f8

Please sign in to comment.