Merge pull request #2217 from Citadel-Station-13/upstream-merge-29598
[MIRROR] Removes spaces to underline from add_details
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user