From da0940d69f58ee96b2d46bcd613d6774172a3969 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Tue, 17 May 2011 20:59:36 +0300 Subject: [PATCH] update the spec comment --- qcsrc/server/playerstats.qc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index 0256c037b..2e6777e85 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -192,6 +192,11 @@ void PlayerStats_Sent_URI_Get_Callback(float id, float status, string data) scoreboard-: end-of-game score of that scoreboard item (can differ in non-team games) achievement-: achievement counters rank : rank of player + acc--hit: total damage dealt + acc--fired: total damage that all fired projectiles *could* have dealt + acc--cnt-hit: amount of shots that actually hit + acc--cnt-fired: amount of fired shots + acc--frags: amount of frags dealt by weapon */ //#NO AUTOCVARS START -- 2.39.2