Fixes space heater harddel (#75880)

## About The Pull Request
Space heater `cell` variable wasn't being cleaned up
This commit is contained in:
Zonespace
2023-06-06 17:33:29 -06:00
committed by GitHub
parent 13a1680c5e
commit ecff184782
+1
View File
@@ -72,6 +72,7 @@
/obj/machinery/space_heater/Destroy()
SSair.stop_processing_machine(src)
QDEL_NULL(cell)
return..()
/obj/machinery/space_heater/on_construction()