From: Rudolf Polzer Date: Wed, 17 Aug 2011 14:21:17 +0000 (+0200) Subject: document that spectators at match end do not have MATCHES (they do have JOINS 1,... X-Git-Tag: xonotic-v0.5.0~133 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e20b06ef8ce6aad8219c4b5f47e82ae3d6fd4f33;p=xonotic%2Fxonotic-data.pk3dir.git document that spectators at match end do not have MATCHES (they do have JOINS 1, though) --- diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index 85899c28b..7f20b9245 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -328,7 +328,7 @@ void PlayerStats_EndMatch(float finished) { entity p, winner; winner = PlayerScore_Sort(score_dummyfield); - FOR_EACH_PLAYER(p) + FOR_EACH_PLAYER(p) // spectators intentionally not included { PlayerScore_PlayerStats(p); PlayerStats_Accuracy(p);