mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Forgot to remove a stray )
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user