]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/playerstats.qh
add also a teamrank field (non strict order of teams)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerstats.qh
index f3806d50df917fe39a165663fd62fa3f0937578c..6b4462cb78844c3c1a38526c3473375db7e30444 100644 (file)
@@ -6,6 +6,7 @@ string PLAYERSTATS_MATCHES = "matches";
 string PLAYERSTATS_JOINS = "joins";
 string PLAYERSTATS_SCOREBOARD_VALID = "scoreboardvalid";
 string PLAYERSTATS_RANK = "rank";
+string PLAYERSTATS_TEAMRANK = "teamrank";
 string PLAYERSTATS_SCOREBOARD_POS = "scoreboardpos";
 
 string PLAYERSTATS_TOTAL = "total-";