From 9656d3838bfc3aba6a1ef141869cb30a001f555c Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 14 Oct 2011 12:09:58 -0400 Subject: [PATCH] Remove bad spacing --- qcsrc/server/playerstats.qc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index e5a666939..43c8d8d89 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -184,12 +184,12 @@ void PlayerStats_TeamScore(float t, string event_id, float value) // TODO: doesn total-: total score of that scoreboard item 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 + 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 */ void PlayerStats_ready(entity fh, entity pass, float status) -- 2.39.2