]> 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 3c4b09e1463b6489ab69e04fa2bd2324b459a432..3a52371d1acd4160d232eb55f26ed9d512ddf593 100644 (file)
@@ -1,4 +1,4 @@
-#include "../../common/playerstats.qh"
+#include <common/playerstats.qh>
 
 #ifndef STATSLIST_H
 #define STATSLIST_H
@@ -81,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);