mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
Fix Travis errors, define mapload as Initialize() argument
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.name = tokens["title"]
|
||||
paper.last_modified_ckey = tokens["author"]
|
||||
if(requires_noticeboard)
|
||||
board.add_paper(paper)
|
||||
|
||||
Reference in New Issue
Block a user