list2text() -> jointext() (#4342)

The DM jointext() function is more or less equivalent to list2text(), but is faster. Might as well.

Seems to make VV faster.
This commit is contained in:
Lohikar
2018-03-02 16:36:44 -06:00
committed by Erki
parent bb87563e6d
commit 2c1229a9b2
17 changed files with 29 additions and 114 deletions

View File

@@ -150,7 +150,7 @@
else
vtext = "[value]"
return "<span class=value>[vtext]</span>[list2text(extra)]"
return "<span class=value>[vtext]</span>[jointext(extra, "")]"
/proc/make_view_variables_var_entry(datum/D, varname, value, level=0)
var/ecm = null