From e7c3455d4f24c76aa553cc56dbf57774c6fbdc41 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 26 Jul 2018 15:57:11 -0700 Subject: [PATCH] Recompiled. --- nomsu_compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)