mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
makes debug text gc (#22052)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user