mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
* Save 180ms on GetElement by avoiding more stringifying unless necessary (#77604) list2params does all this normally and faster. Also avoids going through the ID generation proc at all if there's only one argument in the list, which happens with every item description attachment, which happens frequently. * Save 180ms on GetElement by avoiding more stringifying unless necessary --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>