mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 17:04:36 +00:00
* Save 0.28s of init time by removing an unnecessary timer in light/LateInitialize (#71059) Replaces a timer with just calling the proc directly. This saves 0.28s of making timer events. This timer exists as an artifact of being a `spawn (1)` since r4407. Local testing suggests it is completely unnecessary (lights work, lights break, new lights show) * Save 0.28s of init time by removing an unnecessary timer in light/LateInitialize Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>