From 1105e76b4c1e4770f7f77e1c45c3e2e415a5e35a Mon Sep 17 00:00:00 2001 From: dwasint <82520990+dwasint@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:47:32 -0800 Subject: [PATCH] Update preferences.dm --- code/modules/client/preferences.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index fe32f251f9bb..3fd4045b6243 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -372,6 +372,8 @@ GLOBAL_LIST_EMPTY(preferences_datums) continue value_cache -= preference.type + if(!parent || QDELETED(parent)) + return preference.apply_to_client(parent, read_preference(preference.type)) /// A preview of a character for use in the preferences menu