Skip to content

Commit

Permalink
messenger fix for script sent messages
Browse files Browse the repository at this point in the history
(cherry picked from commit a31b4d2)
  • Loading branch information
brightrim committed Jan 8, 2024
1 parent ab925d9 commit e353533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/messenger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ local function sendScriptMessages(numberOfScriptMessages, recipient, contents)
englishText4 = ""
end

if foundGermanText1 and foundGermanText2 and foundGermanText3 and foundGermanText4 and foundEnglishText1 and foundEnglishText2 and foundEnglishText3 and foundEnglishText4 then
if foundGermanText1 and foundEnglishText1 then
local texts = common.GetNLS(recipient, {germanText1, germanText2, germanText3, germanText4}, {englishText1, englishText2, englishText3, englishText4})
spawnParchment(recipient, texts, "", descriptionEnglish, descriptionGerman)
table.insert(contents, {text = englishText1})
Expand Down

0 comments on commit e353533

Please sign in to comment.