Hacky fix for list bug

This commit is contained in:
luk3yx 2021-03-27 14:26:20 +13:00
parent 159c218c89
commit f1083953fc
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ function fs51.backport(tree)
i = i + 1
table.insert(tree, i, elem[j])
end
if elem[2] and elem[2].type == "listring" then
i = i + 1
end
end
elseif real_coordinates then
(fixers[elem.type] or default_fixer)(elem)