]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/statslist.qc
Disambiguate translation of team colors (without changing the color code ^TT)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / statslist.qc
index db42177fbcc07380d5c702b0f1660b7d5a063c7e..3a52371d1acd4160d232eb55f26ed9d512ddf593 100644 (file)
@@ -1,5 +1,4 @@
-#include "../../common/counting.qh"
-#include "../../common/playerstats.qh"
+#include <common/playerstats.qh>
 
 #ifndef STATSLIST_H
 #define 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);