Files
Bubberstation/code/controllers
Lucy e53c91930f Ensure the master and failsafe controllers never have a usr (#87365)
## About The Pull Request

Let's just uh- yeah, controllers should not have a `usr`, at least right
now, and it can cause problems if it does - and running Recreate_MC via
the admin verb will result in the restarted controller having a `usr`,
which can cause weird problems. So, we set `usr` to null in first thing
both `/datum/controller/master/New()` and
`/datum/controller/failsafe/New()`

[MSO's cursed idea of using `usr` to track
subsystems](https://discord.com/channels/484170914754330625/484170915253321734/1298172060685828137)
will come later, maybe.

## Changelog
🆑
fix: Fixed a potential rare source of strange behavior resulting from an
admin manually restarting the MC.
/🆑
2024-10-23 14:10:48 +02:00
..