mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
## About The Pull Request Just atomizing the misc fix I found in <https://github.com/tgstation/tgstation/pull/86527> because I may not get to finish that PR for a little bit, and this fix should go through in the meantime because I encountered the bug _again_ with a separate issue, resulting in no stack_traces, and it annoyed me. Fixes runtimes showing with no stack_trace output because the error handling proc itself was runtiming... (`/world/Error()`)  Besides the linked PR, another example of this happening was with loadout datum collisions. So this should make debugging things like that actually sane and normal again. ## Why It's Good For The Game Fixes some order of operations nonsense (with the static var in question not being initialized immediately) by initializing it explicitly here. Stack traces are good. ## Changelog Edit: backend issue