Adds author and ttitle to testmerged prs feedback (#41651)

* readds testmerge feedback call

* typo

* adds author and title to testmerged prs feedback
This commit is contained in:
Jordie
2018-11-29 15:07:03 +11:00
committed by Emmett Gaines
parent f7af2995d1
commit df18d96902
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ SUBSYSTEM_DEF(blackbox)
"explosion" = 2,
"time_dilation_current" = 3,
"science_techweb_unlock" = 2,
"round_end_stats" = 2) //associative list of any feedback variables that have had their format changed since creation and their current version, remember to update this
"round_end_stats" = 2,
"testmerged_prs" = 2) //associative list of any feedback variables that have had their format changed since creation and their current version, remember to update this
/datum/controller/subsystem/blackbox/Initialize()
triggertime = world.time
@@ -308,7 +309,7 @@ Versioning
if(!SSdbcore.Connect())
return
sqlname = sanitizeSQL(sqlname)
sqlkey = sanitizeSQL(sqlkey)
sqljob = sanitizeSQL(sqljob)