From b1df8322b2f84c51e1491a81a33d940c9a29a4bf Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 20 Jun 2017 20:08:59 -0500 Subject: [PATCH] remove double set --- code/modules/client/client_procs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 7d2aa8c331..5adc38c669 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -300,7 +300,6 @@ GLOBAL_LIST(external_rsc_urls) mentor_memo_output("Show") */ add_verbs_from_config() - set_client_age_from_db(tdata) var/cached_player_age = set_client_age_from_db(tdata) //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