Skip to content

Commit

Permalink
Fix drop command info
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 28, 2013
1 parent 22a940e commit 26f8fe1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -503,7 +503,7 @@ public void registerCoreMembers() {

// <--[command]
// @Name Drop
// @Usage drop [<item>/<entity>/<xp>] [<location>] (qty:<#>)
// @Usage drop [<item>/<entity>/xp] [<location>] (qty:<#>)
// @Required 1
// @Stable stable
// @Short Drops an item for players to pick up.
Expand All @@ -516,7 +516,7 @@ public void registerCoreMembers() {
// Todo
// -->
registerCoreMember(DropCommand.class,
"DROP", "drop [<item>/<entity>/<xp>] [<location>] (qty:<#>)", 1);
"DROP", "drop [<item>/<entity>/xp] [<location>] (qty:<#>)", 1);

// <--[command]
// @Name Engage
Expand Down

0 comments on commit 26f8fe1

Please sign in to comment.