Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes a race condition in mutations code [MDB IGNORE] (#25116)
* Fixes a race condition in mutations code (#79829) ## About The Pull Request One of the timers has a callback to the `modify()` proc which also doesn't check whether the mutation owner has been deleted since the timer began, potentially resulting in a runtime. ![image](https://github.com/tgstation/tgstation/assets/13398309/1e41c48b-2620-4473-9278-702d490871cc) ## Why It's Good For The Game Fixes bugs ## Changelog :cl: fix: fixed a race condition with mutations /:cl: * Fixes a race condition in mutations code --------- Co-authored-by: Bloop <[email protected]>
- Loading branch information