From a99ea4f3d7d78ea48caad607828ff29a90ac2511 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:03:45 +0100 Subject: [PATCH] . --- code/modules/tgui/modules/appearance_changer.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/tgui/modules/appearance_changer.dm b/code/modules/tgui/modules/appearance_changer.dm index 5da17aa546..5239379404 100644 --- a/code/modules/tgui/modules/appearance_changer.dm +++ b/code/modules/tgui/modules/appearance_changer.dm @@ -73,8 +73,6 @@ close_ui() /datum/tgui_module/appearance_changer/Destroy() - UnregisterSignal(owner, COMSIG_OBSERVER_MOVED) - owner = null last_camera_turf = null qdel(cam_screen) QDEL_LIST(cam_plane_masters)