From 37ad0acf01965b127dc7e00366132db9eaad6da9 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:03:07 +0100 Subject: [PATCH] that --- 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 fd916a1af20..5da17aa5463 100644 --- a/code/modules/tgui/modules/appearance_changer.dm +++ b/code/modules/tgui/modules/appearance_changer.dm @@ -67,7 +67,7 @@ /datum/tgui_module/appearance_changer/tgui_close(mob/user) . = ..() - if(owner == user) + if(owner == user || !customize_usr) UnregisterSignal(owner, COMSIG_OBSERVER_MOVED) owner = null close_ui()