mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-11 21:33:15 +00:00

We were only matching `f(a, ` patterns, and not `x:f(a, `. We now just match against any usages of call_args - hadn't quite realised we could do that!