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)