mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user