Skip to content

Commit

Permalink
Update SetCommand syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Refrac committed Dec 27, 2023
1 parent cb2e197 commit e10778a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public String getDescription() {
*/
@Override
public String getSyntax() {
return "[player] <identifier>";
return "<identifier> [player]";
}

/**
Expand Down

0 comments on commit e10778a

Please sign in to comment.