forked from VoxeLibre/VoxeLibre
try to fix a bug
This commit is contained in:
parent
a51bbb6974
commit
86f01eed75
|
@ -29,7 +29,7 @@ mcl_commands = {}
|
||||||
-- }
|
-- }
|
||||||
|
|
||||||
mcl_commands.types = {
|
mcl_commands.types = {
|
||||||
pos = {"%(? *(%-?[%d.]+) *, *(%-?[%d.]+) *, *(%-?[%d.]+) *%)?",
|
pos = {"%(? *(%-?[%d.]+) *,? *(%-?[%d.]+) *,? *(%-?[%d.]+) *%)?",
|
||||||
function(res, pointer)
|
function(res, pointer)
|
||||||
local pos = {
|
local pos = {
|
||||||
x = tonumber(res[pointer]),
|
x = tonumber(res[pointer]),
|
||||||
|
|
Loading…
Reference in New Issue