makes debug text gc (#22052)

This commit is contained in:
GDN
2023-08-23 21:48:33 -05:00
committed by GitHub
parent cb87070590
commit 59e882e3e6
+1 -1
View File
@@ -51,7 +51,7 @@ SUBSYSTEM_DEF(debugview)
/datum/controller/subsystem/debugview/proc/stop_processing(client/C)
processing -= C
C.screen -= C.debug_text_overlay
qdel(C.debug_text_overlay)
QDEL_NULL(C.debug_text_overlay)
/obj/screen/debugtextholder
icon = 'icons/mob/screen_full.dmi'