Skip to content

Commit

Permalink
add missing /area cmd to help json
Browse files Browse the repository at this point in the history
  • Loading branch information
in1tiate authored Dec 22, 2024
1 parent 2f1436a commit ecc981a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/config_sample/text/commandhelp.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
"usage":"/getarea",
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
},
{
"names": [
"area"
],
"usage":"/area <id>",
"test":"Moves the caller to the area with the given ID."
},
{
"names": [
"ban"
Expand Down

0 comments on commit ecc981a

Please sign in to comment.