From df1289dbca1dd3bbb24d0dbdc46809bdd8ebee0c 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 3513e9b99d..bd9e604fe4 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -191,6 +191,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()