]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qc
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qc
index 2db5ae705e489149b83f2367d4129270c7628848..95f8b482edd65e2fdcf42903658399791cd4ed0f 100644 (file)
@@ -58,8 +58,6 @@ void ScoreRules_basics(int teams, float sprio, float stprio, float score_enabled
                ScoreInfo_SetLabel_PlayerScore(SP_ELO, "elo", SFL_NOT_SORTABLE);
        }
 
-       ScoreInfo_SetLabel_PlayerScore(SP_ROUNDS_PL, "rounds_pl", 0);
-
        if(STAT(SHOWFPS))
                ScoreInfo_SetLabel_PlayerScore(SP_FPS, "fps", SFL_NOT_SORTABLE);
 }