try to fix a bug

This commit is contained in:
AFCMS 2021-03-11 19:12:28 +01:00
parent a51bbb6974
commit 86f01eed75
1 changed files with 1 additions and 1 deletions

View File

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