From eaff2b3f5fb056f5ac86cd11f423cf4dd08b033a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 1 Apr 2011 15:53:36 +0200 Subject: [PATCH] support # comments in player stats --- qcsrc/server/playerstats.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index 09c042356..b430e8f05 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -148,7 +148,8 @@ void PlayerStats_Sent_URI_Get_Callback(float id, float status, string data) The following keys are defined: - V: format version (always 1) + V: format version (always 1) - this MUST be the first line! + #: comment (MUST be ignored by any parser) R: release information on the server T: time at which the game ended G: game type -- 2.39.2