mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-01 12:01:31 +00:00
* fix unregister_events() running on null (#62356) the unregister_events() proc is used to stop listening for a signal from a previously scanned atom for experiment purposes. if the experi-scanner wasn't used for scanning atoms for physical experiments previously, it would cause a runtime, trying to unregister a signal from a non-existant atom. * Fix runtime on physical experiments' unregister_events() running on null Co-authored-by: Sealed101 <75863639+Sealed101@users.noreply.github.com>