]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/state.qc
Merge branch 'terencehill/timelimit_override_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / state.qc
index d75e08027171aee5cf812333cb56367bb974a3e8..1d96923ed0fe314b643e8dd510421c5615b34476 100644 (file)
@@ -39,8 +39,7 @@ void ClientState_attach(entity this)
 
     GetCvars(this, 0);  // get other cvars from player
 
-       // TODO: xonstat elo.txt support, until then just 404s
-       if (false && IS_REAL_CLIENT(this)) { PlayerStats_PlayerBasic_CheckUpdate(this); }
+       if (IS_REAL_CLIENT(this)) { PlayerStats_PlayerBasic_CheckUpdate(this); }
 
        // TODO: fold all of these into ClientState