[MIRROR] fix black box runtimes (#2863)

* fix black box runtimes

* fix black box runtimes
This commit is contained in:
CitadelStationBot
2017-09-20 01:03:17 -05:00
committed by Poojawa
parent 4ee5ee85f5
commit 6e79861679
+1 -1
View File
@@ -274,7 +274,7 @@ SUBSYSTEM_DEF(blackbox)
details += "\"[deets]\""
/datum/feedback_variable/proc/get_details()
return details.Join(" | ")
return details ? details.Join(" | ") : null
/datum/feedback_variable/proc/get_parsed()
return list(variable,value,details.Join(" | "))