This commit is contained in:
Kashargul
2024-12-04 02:03:07 +01:00
committed by GitHub
parent 9cb06747fb
commit 37ad0acf01
@@ -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()