diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-26 15:57:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-26 15:57:11 -0700 |
| commit | e7c3455d4f24c76aa553cc56dbf57774c6fbdc41 (patch) | |
| tree | 377a7b3d9f9e3e56c5a3544cd54d3a17c5e26169 | |
| parent | b3c73c280e213b7bda12af1559a655ab46ab1fca (diff) | |
Recompiled.
| -rw-r--r-- | nomsu_compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua index 62a71fd..75c6040 100644 --- a/nomsu_compiler.lua +++ b/nomsu_compiler.lua @@ -891,7 +891,7 @@ do nomsu:append(".") end local bit_nomsu - if bit.type == "Text" and #bit == 1 and type(bit[1]) == 'string' and Parser.is_identifier(bit[1]) then + if i > 1 and bit.type == "Text" and #bit == 1 and type(bit[1]) == 'string' and Parser.is_identifier(bit[1]) then bit_nomsu = bit[1] else bit_nomsu = recurse(bit, nomsu) |
