From 0526d6a9f6df88362e217d835309d983863e789b Mon Sep 17 00:00:00 2001 From: UndeadMaelys Date: Tue, 22 Mar 2022 18:10:53 +0100 Subject: [PATCH] fix meta origin showing twice --- output_word.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/output_word.lua b/output_word.lua index 2679c8b..f38e809 100644 --- a/output_word.lua +++ b/output_word.lua @@ -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])