From 6c871692f717a44bc7ba61d692153fff5b9430b6 Mon Sep 17 00:00:00 2001 From: Jan Behrens Date: Thu, 16 May 2013 00:31:04 +0200 Subject: [PATCH] Add new 'Q' field to format spec comment --- qcsrc/server/playerstats.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index f6fc8a6a7..a64f8d75d 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -190,6 +190,7 @@ void PlayerStats_TeamScore(float t, string event_id, float value) U: UDP port number of the server D: duration of the match P: player ID of an existing player; this also sets the owner for all following "n", "e" and "t" lines (lower case!) + Q: team number of an existing team (format: team#NN); this also sets the owner for all following "e" lines (lower case!) n: nickname of the player (optional) t: team ID i: player index -- 2.39.2