]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/playerstats.qh
Implement avglatency field to playerstats
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerstats.qh
index b99366434b9e214bbeff607a333dc81f1d6271b6..11a311028d9d13c70ffdbeb32999c852d5cc1183 100644 (file)
@@ -1,5 +1,6 @@
 // time the player was alive and kicking
 string PLAYERSTATS_ALIVETIME  = "alivetime";
+string PLAYERSTATS_AVGLATENCY = "avglatency";
 string PLAYERSTATS_WINS = "wins";
 string PLAYERSTATS_MATCHES = "matches";
 string PLAYERSTATS_JOINS = "joins";