Files
Bubberstation/code/datums/components/material
SyncIt21 da4868cff9 Fixes random runtime for round start silo connections (#92897)
## About The Pull Request
Happens randomly only at round start. Between the time the silo
connection gets initialized (i.e. when the atom subsystem is
initialized) & the round start literarily anything can happen like the
atom getting destroyed by some random event resulting in the parent
becoming null.

So we check for that & abort accordingly

## Changelog
🆑
fix: Fixes random runtime for round start silo connections
/🆑

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2025-09-11 03:40:08 -07:00
..