mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
incorrect (#18758)
This commit is contained in:
@@ -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