diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index c17101e63e..d2848e24c3 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -287,8 +287,8 @@ GLOBAL_LIST(external_rsc_urls) /* if(mentor && !holder) mentor_memo_output("Show") */ - add_verbs_from_config(tdata) - set_client_age_from_db() + add_verbs_from_config() + set_client_age_from_db(tdata) var/cached_player_age = player_age //we have to cache this because other shit may change it and we need it's current value now down below. if (isnum(cached_player_age) && cached_player_age == -1) //first connection player_age = 0