Merge pull request #10452 from VOREStation/Arokha/langsani

Fix language sani on relogins
This commit is contained in:
Aronai Sieyes
2021-05-27 20:47:33 -04:00
committed by Chompstation Bot
parent 76987f26ca
commit 6d37b26e57

View File

@@ -193,6 +193,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()