]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qc
Merge branch 'AriosJentu/ItemsRespTimeSep' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qc
index 95f8b482edd65e2fdcf42903658399791cd4ed0f..2db5ae705e489149b83f2367d4129270c7628848 100644 (file)
@@ -58,6 +58,8 @@ 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);
 }