]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove outdated comment
authorRudolf Polzer <divverent@xonotic.org>
Tue, 22 Jan 2013 15:11:58 +0000 (16:11 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 22 Jan 2013 15:11:58 +0000 (16:11 +0100)
qcsrc/server/playerstats.qc

index 6aecd736b84fef5ed4fbafb4c7ef4eff089fc6f7..53f39091393a616b6dcb33399df15b66fec2ebda 100644 (file)
@@ -372,7 +372,7 @@ void PlayerStats_EndMatch(float finished)
        entity p;
        PlayerScore_Sort(score_dummyfield, 0);
        PlayerScore_Sort(scoreboard_pos, 1);
-       FOR_EACH_CLIENT(p) // spectators intentionally not included
+       FOR_EACH_CLIENT(p)
        {
                //PlayerStats_Accuracy(p); // stats are already written with PlayerStats_AddGlobalInfo(entity), don't double them up.