From d6fdd618e8467a1181fb06200f15a7fbe0e2cd94 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 1 Aug 2017 08:46:27 -0500 Subject: [PATCH] Removes spaces to underline from add_details --- code/controllers/subsystem/blackbox.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm index 19e96f3fbf..afa77b0207 100644 --- a/code/controllers/subsystem/blackbox.dm +++ b/code/controllers/subsystem/blackbox.dm @@ -259,7 +259,6 @@ SUBSYSTEM_DEF(blackbox) /datum/feedback_variable/proc/add_details(text) if (istext(text)) - text = replacetext(text, " ", "_") if (!details) details = text else