From 7139ca139579d875e6dd849c042a4c2b98571b12 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Mon, 8 Mar 2021 16:19:43 +0100 Subject: [PATCH] fix --- mods/MISC/mcl_commands/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MISC/mcl_commands/init.lua b/mods/MISC/mcl_commands/init.lua index df075a5fb..b707ab598 100644 --- a/mods/MISC/mcl_commands/init.lua +++ b/mods/MISC/mcl_commands/init.lua @@ -22,7 +22,7 @@ mcl_commands.types = { alphascore = "([A-Za-z_]+)", alphanumeric = "([A-Za-z0-9]+)", username = "([A-Za-z0-9-_]+)", - json = "(.+)", --TODO: add json specification + json = "(.+)", } function mcl_commands.register_command(name, func, def)