]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/statslist.qc
Merge branch 'master' into terencehill/hud_cleanups
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / statslist.qc
index db42177fbcc07380d5c702b0f1660b7d5a063c7e..4a6e03f28e91c44314817782c3f0a20f5aa5576c 100644 (file)
@@ -1,4 +1,3 @@
-#include "../../common/counting.qh"
 #include "../../common/playerstats.qh"
 
 #ifndef STATSLIST_H
@@ -82,7 +81,7 @@ string XonoticStatsList_convertDate(string input)
 
 void XonoticStatsList_getStats(entity me)
 {
-       dprint("XonoticStatsList_getStats() at time: ", ftos(time), "\n");
+       LOG_TRACE("XonoticStatsList_getStats() at time: ", ftos(time), "\n");
        // delete the old buffer if it exists
        if(me.listStats >= 0)
                buf_del(me.listStats);