add missing /area cmd to help json
This commit is contained in:
parent
2f1436a4fa
commit
ecc981ae53
@ -29,6 +29,13 @@
|
|||||||
"usage":"/getarea",
|
"usage":"/getarea",
|
||||||
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
|
"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": [
|
"names": [
|
||||||
"ban"
|
"ban"
|
||||||
|
Loading…
Reference in New Issue
Block a user