Merge pull request #2217 from Citadel-Station-13/upstream-merge-29598

[MIRROR] Removes spaces to underline from add_details
This commit is contained in:
LetterJay
2017-08-01 17:08:14 -05:00
committed by GitHub

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