From 86f01eed75151bc7a1de092212ca22d56a3587ca Mon Sep 17 00:00:00 2001 From: AFCMS Date: Thu, 11 Mar 2021 19:12:28 +0100 Subject: [PATCH] try to fix a bug --- mods/CORE/mcl_commands/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/mcl_commands/init.lua b/mods/CORE/mcl_commands/init.lua index ec4e1f35a..ba06e10ea 100644 --- a/mods/CORE/mcl_commands/init.lua +++ b/mods/CORE/mcl_commands/init.lua @@ -29,7 +29,7 @@ mcl_commands = {} -- } mcl_commands.types = { - pos = {"%(? *(%-?[%d.]+) *, *(%-?[%d.]+) *, *(%-?[%d.]+) *%)?", + pos = {"%(? *(%-?[%d.]+) *,? *(%-?[%d.]+) *,? *(%-?[%d.]+) *%)?", function(res, pointer) local pos = { x = tonumber(res[pointer]),