Skip to content

Commit

Permalink
Go die, stupid typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jul 12, 2013
1 parent cd58c44 commit 119d730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void registerCoreMembers() {
"HURT", "hurt (amt:<#>) (target:<entity>)", 0);

registerCoreMember(IfCommand.class,
"IF", "- if [<value>] (!)(<operator> <value>) (&&/|| ...) [<commands>] (else <commands>)", 2);
"IF", "if [<value>] (!)(<operator> <value>) (&&/|| ...) [<commands>] (else <commands>)", 2);

registerCoreMember(InventoryCommand.class,
"INVENTORY", "inventory [open/copy/move/swap/add/remove/keep/exclude/fill/clear] (origin:<entity>/<location>) [destination:<entity>/<location>]", 2);
Expand Down

0 comments on commit 119d730

Please sign in to comment.