]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Add Team Keepaway, a teamplay variant of Keepaway where points are awarded for each...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index c093b62826d020269e45b7792c642bf56bc65341..96a136cadc0dd3b11a6b5007345d6421afa80deb 100644 (file)
@@ -132,6 +132,7 @@ REGISTER_STAT(ROUNDLOST, int)
 REGISTER_STAT(CAPTURE_PROGRESS, float)
 REGISTER_STAT(ITEMSTIME, int, autocvar_sv_itemstime)
 REGISTER_STAT(KILL_TIME, float)
+REGISTER_STAT(TKA_BALLSTATUS, int)
 
 #ifdef SVQC
 float autocvar_sv_showfps = 0;