removes spaces to underline from add_details

This commit is contained in:
Jordie0608
2017-07-31 23:23:17 +10:00
parent 9c323d97a5
commit 20ca62a37a
-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