From 7168f8ef99cd2b9d74c53601df31e3f65da6e3aa Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 18 Sep 2022 10:05:11 -0400 Subject: [PATCH 1/2] Merge pull request #13757 from Heroman3003/pref-loading-client Attempts to fix simplemob pref loading --- code/modules/client/client procs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index cff2875e7d..98e1c2d51d 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -208,6 +208,8 @@ 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 + hook_vr("client_new",list(src)) //VOREStation Code. For now this only loads vore prefs, so better put before mob.Login() call but after normal prefs are loaded. + . = ..() //calls mob.Login() prefs.sanitize_preferences() if(prefs) @@ -252,8 +254,6 @@ if(config.aggressive_changelog) src.changes() - hook_vr("client_new",list(src)) //VOREStation Code - if(config.paranoia_logging) var/alert = FALSE //VOREStation Edit start. if(isnum(player_age) && player_age == 0)