mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
* 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.  ## Why It's Good For The Game Fixes bugs ## Changelog 🆑 fix: fixed a race condition with mutations /🆑 * Fixes a race condition in mutations code --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>