mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 21:15:21 +00:00
## About The Pull Request This PR adds a sanity check to /mob/living/brain in the offchance that the reference to container is no longer valid. This has only happened once before as far as I know, but it was catastrophical enough to warrant a failsafe system. I'm not even sure if this is something that's player-facing because there's no set of circumstances in the game that would cause this bug to happen, outside of adminbus. ## Why It's Good For The Game Fixes #68497 ## Changelog 🆑 fix: Fixes an extremely rare bug where a /mob/living/brain with a client would not be moved out of nullspace correctly, causing admin log spam. /🆑