Files
Bubberstation/code/modules/mod
FlufflesTheDog 3c8bd2b1ac Fix del loop in modsuit devices (#90127)
## About The Pull Request
When the device of a modsuit module (eg foam mister) is the first thing
to be deleted, it causes a del loop runtime. Chain is:
- device qdel, hasn't yet run destroy() which would normally move the
device to nullspace
- signal runs on_device_deletion, destroys the module
- module destroy(), calls parent which deletes contents, including the
still-deleting device

Fixed by moving device to nullspace in on_device_deletion
## Changelog
N/A
2025-03-20 12:02:15 +01:00
..
2025-02-21 16:48:06 +01:00