From f1083953fc5108b5e7fd0d6bafc03ba55962da8c Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sat, 27 Mar 2021 14:26:20 +1300 Subject: [PATCH] Hacky fix for list bug --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index c3ce3fa..913333f 100644 --- a/init.lua +++ b/init.lua @@ -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)