mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 05:21:27 +00:00
## 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