Skip to content

Commit

Permalink
update - leash in the command registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 14, 2013
1 parent 9a765e6 commit 8bead50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ public void registerCoreMembers() {
"INVISIBLE", "invisible [player/npc] [state:true/false/toggle]", 2);

registerCoreMember(LeashCommand.class,
"LEASH", "leash (cancel) [<entity>|...] (holder:<entity>)", 1);
"LEASH", "leash (cancel) [<entity>|...] (holder:<entity>/<location>)", 1);

registerCoreMember(ListenCommand.class,
"LISTEN", "listen ({new}/cancel/finish) [kill/block/item/itemdrop/travel] [<requirements>] [script:<name>] (id:<name>)", 2);
Expand Down

0 comments on commit 8bead50

Please sign in to comment.