mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
## 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. /🆑