]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/state.qc
Scoreboard ELO: show "..." when loading, "N/A" when missing
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / state.qc
index e73bfa24fd481eacec76cc216f84f3693c9a25e7..eaa96892f64aba3e9e1cb38f5b2e34af51358ed3 100644 (file)
@@ -45,13 +45,12 @@ void ClientState_attach(entity this)
 
     GetCvars(this, 0);  // get other cvars from player
 
-       if (IS_REAL_CLIENT(this)) { PlayerStats_PlayerBasic_CheckUpdate(this); }
-
        // TODO: fold all of these into ClientState
 
        DecodeLevelParms(this);
 
        PlayerScore_Attach(this);
+       PlayerStats_PlayerBasic_CheckUpdate(this);
        ClientData_Attach(this);
        accuracy_init(this);
        entcs_attach(this);