mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-05-20 12:32:08 +00:00
1520bebb6c
We remove support for multiple event listeners, and now just use a simple event queue again. This makes the code a little simpler, and removes the risk of race conditions where we do do something, and it queues the event before we call pullEvent().