Recompiled.
This commit is contained in:
parent
b3c73c280e
commit
e7c3455d4f
@ -891,7 +891,7 @@ do
|
|||||||
nomsu:append(".")
|
nomsu:append(".")
|
||||||
end
|
end
|
||||||
local bit_nomsu
|
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]
|
bit_nomsu = bit[1]
|
||||||
else
|
else
|
||||||
bit_nomsu = recurse(bit, nomsu)
|
bit_nomsu = recurse(bit, nomsu)
|
||||||
|
Loading…
Reference in New Issue
Block a user