From: Samual Date: Fri, 14 Oct 2011 16:09:58 +0000 (-0400) Subject: Remove bad spacing X-Git-Tag: xonotic-v0.6.0~40^2~44^2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9656d3838bfc3aba6a1ef141869cb30a001f555c;p=xonotic%2Fxonotic-data.pk3dir.git Remove bad spacing --- 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)