From 1d240a0189b84bbce79d44d4db0afc8a9a505919 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:12:28 -0500 Subject: [PATCH] fixes the screen objects in camera consoles not gcing (#22910) --- code/game/machinery/computer/camera_console.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/camera_console.dm b/code/game/machinery/computer/camera_console.dm index 9e16ae32ee5..c053728b747 100644 --- a/code/game/machinery/computer/camera_console.dm +++ b/code/game/machinery/computer/camera_console.dm @@ -85,6 +85,7 @@ /obj/machinery/computer/security/ui_close(mob/user) ..() watchers -= user.UID() + user.client.clear_map(map_name) /obj/machinery/computer/security/ui_data() var/list/data = list()