Files
Bubberstation/code/modules/experisci
SkyratBot 16a7f4dc01 [MIRROR] Fix runtime on physical experiments' unregister_events() running on null [MDB IGNORE] (#9101)
* 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>
2021-10-28 12:05:21 -04:00
..