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