diff --git a/mods/CORE/mcl_commands/init.lua b/mods/CORE/mcl_commands/init.lua index ba06e10ea..04c249c52 100644 --- a/mods/CORE/mcl_commands/init.lua +++ b/mods/CORE/mcl_commands/init.lua @@ -12,22 +12,6 @@ local get_modpath = minetest.get_modpath mcl_commands = {} --- mcl_commands.types = { - -- pos = "%(? *(%-?[%d.]+) *, *(%-?[%d.]+) *, *(%-?[%d.]+) *%)?", - -- text = "(.+)", - -- number = "(%-?[%d.]+)", - -- int = "(%-?[%d]+)", - -- word = "([^ ]+)", - -- alpha = "([A-Za-z]+)", - -- modname = "([a-z0-9_]+)", - -- alphascore = "([A-Za-z_]+)", - -- alphanumeric = "([A-Za-z0-9]+)", - -- username = "([A-Za-z0-9-_]+)", - -- json = "(.+)", --FIXME - -- color = "([^ ]+)", --FIXME - -- nodename = "([A-Za-z_]+)", --- } - mcl_commands.types = { pos = {"%(? *(%-?[%d.]+) *,? *(%-?[%d.]+) *,? *(%-?[%d.]+) *%)?", function(res, pointer)