Recompiled.

This commit is contained in:
Bruce Hill 2018-07-26 15:57:11 -07:00
parent b3c73c280e
commit e7c3455d4f

View File

@ -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)