From ecc981ae534882d2a3244c9925dd36aad1cc0f43 Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Sun, 22 Dec 2024 08:52:19 -0600 Subject: [PATCH] add missing /area cmd to help json --- bin/config_sample/text/commandhelp.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/config_sample/text/commandhelp.json b/bin/config_sample/text/commandhelp.json index dffddfb..0c5c029 100644 --- a/bin/config_sample/text/commandhelp.json +++ b/bin/config_sample/text/commandhelp.json @@ -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 ", + "test":"Moves the caller to the area with the given ID." + }, { "names": [ "ban"