mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-07 18:04:15 +00:00

This probably isn't useful in practice — nobody is escaping 1MB of data. Right. Right???? But no harm in doing it. - Cache globals as locals. - Remove redundant pattern capture. - Merge string.format calls into one. Also remove the "if str then" check. I assume we accepted nil values a long time ago, but that was broken when we added arg checks. Woops!