Skip to content

Commit 0dc75ea

Browse files
committed
Merge branch 'master' into develop
2 parents 8b3906f + 3766eb7 commit 0dc75ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/messenger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737

3838
local function spawnParchment(user, texts, signature, descriptionEn, descriptionDe, finalized)
3939

40-
local theDataTable = {["writtenText"] = texts[1],["writtenText2"] = texts[2],["writtenText3"] = texts[3],["writtenText4"] = texts[4], ["signatureText"] = signature, ["descriptionEn"] = descriptionEn, ["descriptionDe"] = descriptionDe, ["finalized"] = finalized}
40+
local theDataTable = {["writtenText"] = tostring(texts[1]),["writtenText2"] = tostring(texts[2]),["writtenText3"] = tostring(texts[3]),["writtenText4"] = tostring(texts[4]), ["signatureText"] = tostring(signature), ["descriptionEn"] = tostring(descriptionEn), ["descriptionDe"] = tostring(descriptionDe), ["finalized"] = tostring(finalized)}
4141

4242
local itemCreated = user:createItem(Item.parchment, 1, 999, theDataTable)
4343

0 commit comments

Comments
 (0)