fixed extra line, added word

This commit is contained in:
UndeadMaelys
2022-03-22 17:27:23 +01:00
parent 854c9ca2a3
commit b785f16e65
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ return function(tbl)
text = text .. colorText(COLOR.HighPurple,this_word[5])
print(text)
end
print("")
if this_word[6] ~= "" then
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
text = text .. colorText(COLOR.HighYellow,this_word[6])