[MIRROR] noticeboard persistance fix (#11982)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-16 07:36:54 -07:00
committed by GitHub
parent bf26810a4b
commit 8ab8c9e56f

View File

@@ -16,7 +16,7 @@
return
var/obj/item/paper/paper = new paper_type(creating)
paper.info = token["message"]
paper.name = token["title"]
paper.name = token["name"]
if(!paper.name)
paper.name = "No Title"
paper.last_modified_ckey = token["author"]