From d4552a111306815176ad1c5d0a8fa6aa0f539974 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 27 May 2021 20:31:50 -0400 Subject: [PATCH] Fix language sani on relogins --- code/modules/client/client procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 9e583f3e14..a43a2eab78 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -154,6 +154,7 @@ preferences_datums[ckey] = prefs prefs.last_ip = address //these are gonna be used for banning prefs.last_id = computer_id //these are gonna be used for banning + prefs.client = src // Only relevant if we reloaded it from the global list, otherwise prefs/New sets it . = ..() //calls mob.Login() prefs.sanitize_preferences()