Removes spaces to underline from add_details

This commit is contained in:
CitadelStationBot
2017-08-01 08:46:27 -05:00
parent bbcad2fa58
commit d6fdd618e8
-1
View File
@@ -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