From 3ec07bdf890747982de07aca6df0a6a7d9c166c2 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sun, 19 Sep 2021 18:51:28 +0200 Subject: [PATCH] Remove trailing comma in helpfile --- bin/config_sample/text/commandhelp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_sample/text/commandhelp.json b/bin/config_sample/text/commandhelp.json index 1838537..e2c41c2 100644 --- a/bin/config_sample/text/commandhelp.json +++ b/bin/config_sample/text/commandhelp.json @@ -633,5 +633,5 @@ "name":"clearcm", "usage":"/clearcm", "text":"Removes all CMs from the current area. This command takes no arguments." - }, + } ] \ No newline at end of file