]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qc
SP_ELO doesn't need a label since it's not a real score (like ping, pl and name)...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qc
index 64c94001fbc5bcd9ab42caffd6d8c86604368a32..8262e37673a162efd73629bb4c7fca9cdcd5ea40 100644 (file)
@@ -54,7 +54,6 @@ void ScoreRules_basics(int teams, float sprio, float stprio, float score_enabled
 
        ScoreInfo_SetLabel_PlayerScore(SP_DMG, "dmg", 0);
        ScoreInfo_SetLabel_PlayerScore(SP_DMGTAKEN, "dmgtaken", SFL_LOWER_IS_BETTER);
-       ScoreInfo_SetLabel_PlayerScore(SP_ELO, "elo", 0);
 
        if(STAT(SHOWFPS))
                ScoreInfo_SetLabel_PlayerScore(SP_FPS, "fps", 0);