From b185147bbd02e834d558bb3c7c9bb4837042558c Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:23:38 +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 49276d2c7c0..03af983836c 100644 --- a/code/modules/tgui/modules/appearance_changer.dm +++ b/code/modules/tgui/modules/appearance_changer.dm @@ -66,8 +66,8 @@ /datum/tgui_module/appearance_changer/tgui_close() . = ..() - owner = null UnregisterSignal(owner, COMSIG_OBSERVER_MOVED) + owner = null /datum/tgui_module/appearance_changer/Destroy() last_camera_turf = null