Forgot to remove a stray )

This commit is contained in:
Rykka
2020-08-16 09:55:32 -04:00
parent ad6870c78d
commit 3531ae5a84

View File

@@ -25,7 +25,7 @@
return
var/obj/item/weapon/paper/paper = new paper_type(creating)
paper.info = tokens["message"]
paper.title = tokens["title"])
paper.title = tokens["title"]
paper.last_modified_ckey = tokens["author"]
if(requires_noticeboard)
board.add_paper(paper)