]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove comment
authorSamual Lenks <samual@xonotic.org>
Tue, 26 Nov 2013 06:54:13 +0000 (01:54 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 26 Nov 2013 06:54:13 +0000 (01:54 -0500)
qcsrc/common/playerstats.qc

index 171ed75deb3db763c2beca708f5fbbf54b44f1d4..8878ccf8e7619bb10faad6b750f2b9aeef1c7b46 100644 (file)
@@ -158,7 +158,7 @@ void PlayerStats_GameReport_AddGlobalInfo(entity p)
        if(teamplay)
                db_put(PS_GR_OUT_DB, sprintf("%s:_team", p.playerstats_id), ftos(p.team));
 
-       if(stof(db_get(PS_GR_OUT_DB, sprintf("%s:%s", p.playerstats_id, PLAYERSTATS_ALIVETIME))) > 0) // fixme: not a number?
+       if(stof(db_get(PS_GR_OUT_DB, sprintf("%s:%s", p.playerstats_id, PLAYERSTATS_ALIVETIME))) > 0)
                PS_GR_P_ADDVAL(p, PLAYERSTATS_JOINS, 1);
 
        PlayerStats_Accuracy(p);