From 1d324ada51c7f8bac799f3d2467bd31b6f2dfbd7 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:05:46 +0100 Subject: [PATCH] . --- code/modules/tgui/modules/appearance_changer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgui/modules/appearance_changer.dm b/code/modules/tgui/modules/appearance_changer.dm index 5239379404..b972daaeb2 100644 --- a/code/modules/tgui/modules/appearance_changer.dm +++ b/code/modules/tgui/modules/appearance_changer.dm @@ -70,10 +70,10 @@ if(owner == user || !customize_usr) UnregisterSignal(owner, COMSIG_OBSERVER_MOVED) owner = null + last_camera_turf = null close_ui() /datum/tgui_module/appearance_changer/Destroy() - last_camera_turf = null qdel(cam_screen) QDEL_LIST(cam_plane_masters) qdel(cam_background)