Files
Bubberstation/code/modules/power
SkyratBot 8dc51ca245 [MIRROR] Save 0.28s of init time by removing an unnecessary timer in light/LateInitialize [MDB IGNORE] (#17399)
* 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>
2022-11-06 16:41:53 -05:00
..