Skip to content

Commit

Permalink
Update Follow in the command registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 20, 2013
1 parent 183b00a commit b8260a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ public void registerCoreMembers() {
"FLY", "fly (cancel) [<entity>|...] (origin:<location>) (destinations:<location>|...) (speed:<#.#>)", 1);

registerCoreMember(FollowCommand.class,
"FOLLOW", "follow (stop) (lead:<#.#>)", 0);
"FOLLOW", "follow (stop) (lead:<#.#>) (target:<entity>)", 0);

registerCoreMember(ForEachCommand.class,
"FOREACH", "foreach [location:<location>|...] [<script>]", 0);
Expand Down

0 comments on commit b8260a9

Please sign in to comment.