mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-31 05:34:13 +00:00

- Store the filter alongside the coroutine rather than in a separate table (like we do in multishell). - Remove the redudant (I think!) second loop that checks for dead coroutines. We already check for dead coroutines in the main loop. - Rename some variables to be a bit more consistent. This makes this commit look noisier than it is. Sorry!