]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/playerstats.qh
add some more stuff to playerstats: 1) In header: W: winning team ID 2) In stats...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerstats.qh
index dc9ac7c5f08960a15df2fc2e348bef1cdd08428d..f546e560590025c124a4615905e07a2c15252a3e 100644 (file)
@@ -4,7 +4,7 @@ string PLAYERSTATS_WINS = "wins";
 string PLAYERSTATS_MATCHES = "matches";
 string PLAYERSTATS_JOINS = "joins";
 string PLAYERSTATS_SCOREBOARD_VALID = "scoreboardvalid";
-string PLAYERSTATS_TEAM = "team";
+string PLAYERSTATS_RANK = "rank";
 
 string PLAYERSTATS_TOTAL = "total-";
 string PLAYERSTATS_SCOREBOARD = "scoreboard-";