fix meta origin showing twice

This commit is contained in:
UndeadMaelys 2022-03-22 18:10:53 +01:00
parent 419b9bd67c
commit 0526d6a9f6

View File

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