[MIRROR] Weakref cleanup (#12704)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-21 05:14:08 -04:00
committed by GitHub
co-authored by Will Cameron Lennox
parent d8b11e32ae
commit ed7d46efb1
34 changed files with 107 additions and 9 deletions
@@ -114,6 +114,7 @@
SSradio.remove_object(src, frequency)
for (var/ch_name in channels)
SSradio.remove_object(src, GLOB.radiochannels[ch_name])
bs_tx_weakref = null
return ..()
/obj/item/radio/proc/recalculateChannels()
@@ -24,6 +24,7 @@
qdel(radio)
camera = null
radio = null
showing = null
. = ..()
/obj/item/tvcamera/examine()