[MIRROR] fix black box runtimes (#2863)
* fix black box runtimes * fix black box runtimes
This commit is contained in:
committed by
Poojawa
parent
4ee5ee85f5
commit
6e79861679
@@ -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(" | "))
|
||||
|
||||
Reference in New Issue
Block a user