fix meta origin showing twice
This commit is contained in:
parent
419b9bd67c
commit
0526d6a9f6
@ -32,6 +32,7 @@ return function(tbl)
|
|||||||
text = text .. colorText(COLOR.HighPurple,this_word[5])
|
text = text .. colorText(COLOR.HighPurple,this_word[5])
|
||||||
print(text)
|
print(text)
|
||||||
end
|
end
|
||||||
|
text = ""
|
||||||
if this_word[6] ~= "" then
|
if this_word[6] ~= "" then
|
||||||
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
|
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
|
||||||
text = text .. colorText(COLOR.HighYellow,this_word[6])
|
text = text .. colorText(COLOR.HighYellow,this_word[6])
|
||||||
|
Loading…
Reference in New Issue
Block a user