mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] noticeboard persistance fix (#11982)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bf26810a4b
commit
8ab8c9e56f
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user