diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:36:29 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:36:36 -0800 |
| commit | b236ad88a9e6c5dc5d77f889ac7641fc666bd19f (patch) | |
| tree | 5864495f9c1f121ffd86f0108b9f6d3dc2f2546d /nomsu_decompiler.lua | |
| parent | 083ed530bdf499d4ac587d98e1677e669482e549 (diff) | |
Fixed comment clumping issue.
Diffstat (limited to 'nomsu_decompiler.lua')
| -rw-r--r-- | nomsu_decompiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.lua b/nomsu_decompiler.lua index 142229a..6db2ec4 100644 --- a/nomsu_decompiler.lua +++ b/nomsu_decompiler.lua @@ -239,7 +239,7 @@ tree_to_nomsu = function(tree) return false end end - return not recurse(prev_line):is_multiline() + return not tree_to_nomsu(prev_line):is_multiline() end for chunk_no, chunk in ipairs(tree) do if chunk_no > 1 then |
