remove unused code

This commit is contained in:
AFCMS 2021-03-31 16:42:15 +02:00
parent 46677a38ae
commit 0c96ff672d
1 changed files with 0 additions and 16 deletions

View File

@ -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)